fix and enforce indent rules
[websub-hub] / src / db / sqlite / index.js
index 775708ddcb93ccfa97edf0c75b07e63e2888856c..a4c3d38fa0f252b94982f5b12832a4bb0815dbb7 100644 (file)
@@ -687,7 +687,7 @@ class DatabaseSQLite extends Database {
     let topics;
     try {
       topics = this.statement.topicGetInfoAll.all();
-      } catch (e) {
+    } catch (e) {
       this.logger.error(_scope, 'failed', { error: e, topics });
       throw e;
     }