Skip to content

Commit fac78ee

Browse files
committed
Fix unformatted code detected by Biome
1 parent 93ad158 commit fac78ee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/extension.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ function registerCommands(context: vscode.ExtensionContext): void {
102102
),
103103
);
104104

105-
context.subscriptions.push(
106-
vscode.commands.registerTextEditorCommand(
107-
'fastolympiccoding.saveAll',
108-
() => judgeViewProvider.saveAll(),
105+
context.subscriptions.push(
106+
vscode.commands.registerTextEditorCommand('fastolympiccoding.saveAll', () =>
107+
judgeViewProvider.saveAll(),
109108
),
110109
);
111110

0 commit comments

Comments
 (0)