From f0b51261d897467257b8c7ddc634ca6fd951c7c4 Mon Sep 17 00:00:00 2001 From: Froilan Irizarry Date: Wed, 12 Dec 2018 00:25:37 -0500 Subject: [PATCH] Fix linting warning --- utils/logger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/logger.js b/utils/logger.js index 41a220f8..b34ca6ed 100644 --- a/utils/logger.js +++ b/utils/logger.js @@ -39,4 +39,4 @@ module.exports = class Logger { this.child = bun.child; this.close = function () { /* bunyan's loggers do not need to be closed */ }; } -} \ No newline at end of file +};