Skip to content

Commit 58206cb

Browse files
committed
Add or remove whitespace from line using prettier
1 parent 8a16657 commit 58206cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app/main/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ function createMainWindow(): BrowserWindow {
185185
mainWindow.show();
186186
}
187187
// Handle deep link when opened from protocol
188-
const url = commandLine.find((argument) => argument.startsWith("zulip://"));
188+
189+
const url = commandLine.find((argument) => argument.startsWith("zulip://"));
189190
if (url) {
190191
mainWindow.webContents.send("open-url", url);
191192
}

0 commit comments

Comments
 (0)