[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

2
src/bootstrap.js vendored
View file

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