Skip to content

Commit 0117331

Browse files
committed
Make linter happy
1 parent 6b416d3 commit 0117331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vscode/src/providers/editor/toggle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export async function reopenEditorInVisualMode(
140140
);
141141
});
142142
// save, which will trigger `onDidSaveTextDocument`
143-
await commands.executeCommand("workbench.action.files.save")
143+
await commands.executeCommand("workbench.action.files.save");
144144
}
145145
}
146146

0 commit comments

Comments
 (0)