Skip to content

Commit b0c8444

Browse files
[autofix.ci] apply automated fixes
1 parent 6de358b commit b0c8444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ onKeyDown(
8383
e => {
8484
if (!keyboardShortcuts.value || isEditableElement(e.target)) return
8585
e.preventDefault()
86-
window.alert("hello from a fork")
86+
window.alert('hello from a fork')
8787
},
8888
{ dedupe: true },
8989
)

0 commit comments

Comments
 (0)