Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinsonZ committed Nov 16, 2023
1 parent 0d9cc9a commit 21659d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ipcMain.on("electron-store-set", async (_event, key, val) => {
});

function createWindow(): void {
if (is.dev) { // Assuming is.dev is a flag for development mode
store.openInEditor();
}
if (is.dev) {
store.openInEditor();
}
// Create the browser window.
const mainWindow = new BrowserWindow({
width: 900,
Expand Down

0 comments on commit 21659d7

Please sign in to comment.