[Chore] Remove newline at end of file for Bootstrap

This commit is contained in:
Ducko 2022-04-26 12:37:50 +01:00
parent 91b46c56cf
commit ab34f5386a
1 changed files with 1 additions and 1 deletions

2
src/bootstrap.js vendored
View File

@ -146,4 +146,4 @@ module.exports = () => {
if (app.isReady()) startUpdate();
else app.once('ready', startUpdate);
};
};