too much whitespace

This commit is contained in:
Bruno Windels 2020-10-30 19:59:21 +01:00
parent c9147e6b9a
commit 597a57eae3

View file

@ -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 {