remove extra newline
This commit is contained in:
parent
94cc8b99b0
commit
0a4d72b011
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ export class Sync {
|
||||||
this._syncLoop(syncToken);
|
this._syncLoop(syncToken);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async _syncLoop(syncToken) {
|
async _syncLoop(syncToken) {
|
||||||
// if syncToken is falsy, it will first do an initial sync ...
|
// if syncToken is falsy, it will first do an initial sync ...
|
||||||
while(this._status.get() !== SyncStatus.Stopped) {
|
while(this._status.get() !== SyncStatus.Stopped) {
|
||||||
|
|
Reference in a new issue