From 597a57eae3336d990f33dafbe6dddb3ce62478e2 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 30 Oct 2020 19:59:21 +0100 Subject: [PATCH] too much whitespace --- src/matrix/Sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/Sync.js b/src/matrix/Sync.js index 3bdf7d9d..69dbad8e 100644 --- a/src/matrix/Sync.js +++ b/src/matrix/Sync.js @@ -200,7 +200,7 @@ export class Sync { syncTxn.abort(); } catch (abortErr) { console.error("Could not abort sync transaction, the sync response was probably only partially written and may have put storage in a inconsistent state.", abortErr); - } + } throw err; } try {