Skip to content

Commit ad814a6

Browse files
committed
Add a trailing comma
1 parent f50e065 commit ad814a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/component/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function baseExtensions(saveAction: Command) {
2727
}]),
2828
keymap.of([{
2929
key: "Mod-s",
30-
run: saveAction
30+
run: saveAction,
3131
}]),
3232
indentUnit.of("\t"),
3333
gruvboxDark,

0 commit comments

Comments
 (0)