Skip to content

Commit e0cdfa5

Browse files
committed
formatting
1 parent 70f3a09 commit e0cdfa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/windows/electron-main/windows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export interface IWindowsMainService {
108108
focusLastActive(cli: ParsedArgs, context: OpenContext): ICodeWindow;
109109
getLastActiveWindow(): ICodeWindow | undefined;
110110
waitForWindowCloseOrLoad(windowId: number): Promise<void>;
111-
openEmptyWindow(context: OpenContext, options?: { reuse?: boolean, remoteAuthority?: string}): ICodeWindow[];
111+
openEmptyWindow(context: OpenContext, options?: { reuse?: boolean, remoteAuthority?: string }): ICodeWindow[];
112112
openNewTabbedWindow(context: OpenContext): ICodeWindow[];
113113
openExternal(url: string): Promise<boolean>;
114114
sendToFocused(channel: string, ...args: any[]): void;

0 commit comments

Comments
 (0)