Skip to content

Commit d3253c4

Browse files
committed
style changes
1 parent a632ba8 commit d3253c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/extension.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function registerWrapperCommands(context: vscode.ExtensionContext): Disposable[]
100100
export function deactivate() { }
101101

102102
export type CodeWrap = {
103-
commandId: string;
104-
title: string;
105-
command: () => void;
106-
};
103+
commandId: string,
104+
title: string,
105+
command: () => void,
106+
};

0 commit comments

Comments
 (0)