prettier
This commit is contained in:
parent
4eae366bee
commit
2c9ea03fde
3 changed files with 4 additions and 6 deletions
|
|
@ -415,7 +415,6 @@ export class ClockCollator {
|
|||
//when the clock offsets surpass the delta, set the new reference time
|
||||
if (Math.abs(rollingOffsetTime - this.offsetTime) > this.offsetDelta) {
|
||||
this.offsetTime = rollingOffsetTime;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -423,7 +422,7 @@ export class ClockCollator {
|
|||
}
|
||||
|
||||
calculateTimestamp(currentTime, targetTime) {
|
||||
return this.calculateOffset(currentTime) + targetTime
|
||||
return this.calculateOffset(currentTime) + targetTime;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue