From 0a4d72b01107e5559f365a445226edd59e6db36d Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 22 Feb 2021 11:23:24 +0100 Subject: [PATCH] remove extra newline --- src/matrix/Sync.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/Sync.js b/src/matrix/Sync.js index 058318fb..6edf9b9d 100644 --- a/src/matrix/Sync.js +++ b/src/matrix/Sync.js @@ -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) {