remove extra newline

This commit is contained in:
Bruno Windels 2021-02-22 11:23:24 +01:00
parent 94cc8b99b0
commit 0a4d72b011

View file

@ -90,7 +90,6 @@ export class Sync {
this._syncLoop(syncToken);
}
async _syncLoop(syncToken) {
// if syncToken is falsy, it will first do an initial sync ...
while(this._status.get() !== SyncStatus.Stopped) {