mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Couple of semicolons to match style
This commit is contained in:
committed by
Scott Nonnenberg
parent
8f30e13ec1
commit
a6af40e9f9
2
main.js
2
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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user