From a6af40e9f97bff041e9163cad49b7aae69d4391f Mon Sep 17 00:00:00 2001 From: David Balatero Date: Wed, 21 Jun 2017 18:28:07 -0700 Subject: [PATCH] Couple of semicolons to match style --- app/locale.js | 2 +- main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locale.js b/app/locale.js index 33c802cef..cc2d7baf6 100644 --- a/app/locale.js +++ b/app/locale.js @@ -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 diff --git a/main.js b/main.js index 007cdc933..56f9d3c6c 100644 --- a/main.js +++ b/main.js @@ -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");