electron-main: Remove an extra newline.

pull/11125/head
Damir Jelić 2019-11-19 12:36:11 +01:00
parent 076bf6f0e5
commit 0813aff1bd
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ try {
// Could not load local config, this is expected in most cases.
}
const eventStorePath = path.join(app.getPath('userData'), 'EventStore');
const store = new Store({ name: "electron-config" });