From ab34f5386a82963ee64459d8db959c04ed7b8a59 Mon Sep 17 00:00:00 2001 From: Oj Date: Tue, 26 Apr 2022 12:37:50 +0100 Subject: [PATCH] [Chore] Remove newline at end of file for Bootstrap --- src/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap.js b/src/bootstrap.js index 9882d24..6768228 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -146,4 +146,4 @@ module.exports = () => { if (app.isReady()) startUpdate(); else app.once('ready', startUpdate); -}; +}; \ No newline at end of file