ESlint no-space-func

This commit is contained in:
Peter Jaszkowiak
2017-02-17 22:17:10 -07:00
parent 3d6bfa47c5
commit 1cf25f57fc
4 changed files with 4 additions and 4 deletions

View File

@@ -247,4 +247,4 @@
db.close();
};
} (exports));
}(exports));

View File

@@ -168,5 +168,5 @@
module.helpers = module.helpers || {};
module.helpers.redis = require('./redis/helpers');
} (exports));
}(exports));