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 +};