Skip to content

Commit 8c8ee71

Browse files
committed
retry commit
because `deno fmt --check` failed.
1 parent f3c9648 commit 8c8ee71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/dom/edit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function redo(count = 1) {
1919

2020
export function insertIcon(count = 1) {
2121
for (const _ of range(0, count)) {
22-
press("i", { ctrlKey: true});
22+
press("i", { ctrlKey: true });
2323
}
2424
}
2525

0 commit comments

Comments
 (0)