fix and enforce indent rules
[websub-hub] / src / manager.js
index b3aff45da975952ea8ad27d51aa058823348cbdd..6fb187cde3dc0da5854727ffbc9297199a752899 100644 (file)
@@ -40,7 +40,7 @@ class Manager {
    * @param {http.ServerResponse} res
    * @param {object} ctx
    */
-   async getHealthcheck(res, ctx) {
+  async getHealthcheck(res, ctx) {
     const _scope = _fileScope('getHealthcheck');
     const health = 'happy';