Couple of semicolons to match style

This commit is contained in:
David Balatero 2017-06-21 18:28:07 -07:00 committed by Scott Nonnenberg
parent 8f30e13ec1
commit a6af40e9f9
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ function getLocaleMessages(locale) {
'messages.json'
);
return JSON.parse(fs.readFileSync(targetFile, 'utf-8'))
return JSON.parse(fs.readFileSync(targetFile, 'utf-8'));
}
// Load locale - if we can't load messages for the current locale, we

View file

@ -15,7 +15,7 @@ app.setAppUserModelId('org.whispersystems.signal-desktop')
// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the JavaScript object is garbage collected.
let mainWindow
let mainWindow;
const config = require("./app/config");