fix and enforce indent rules
[websub-hub] / src / db / postgres / index.js
index e6b5f5b391b9fbb29992b834b6a6a6ad6dde1bd5..1c5d1d1c4f2253a79c3053232781f2bbb7e45f56 100644 (file)
@@ -739,7 +739,7 @@ class DatabasePostgres extends Database {
     let topics;
     try {
       topics = await dbCtx.manyOrNone(this.statement.topicGetInfoAll);
-      } catch (e) {
+    } catch (e) {
       this.logger.error(_scope, 'failed', { error: e, topics });
       throw e;
     }