Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nathanwoulfe committed Oct 22, 2021
1 parent 00d7422 commit 79e8205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
}
editorService.close();
},
close: () => editorService.close(),
close: () => editorService.close()
}

editorService.templatePicker(editor);
Expand Down

0 comments on commit 79e8205

Please sign in to comment.