[Chore] Remove newline at end of file for Bootstrap

pull/66/head
Oj 2 years ago
parent 91b46c56cf
commit ab34f5386a

2
src/bootstrap.js vendored

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