Skip to content

Commit 32e3c11

Browse files
committed
fix missing parentheses
1 parent b31fa97 commit 32e3c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/fominok/ideahelix/editor.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@
680680
[project state document caret char]
681681
(-> (ihx-selection document caret)
682682
(ihx-select-around document char)
683-
(ihx-apply-selection! document))
683+
(ihx-apply-selection! document))))
684684

685685
((:or :match :select-match)
686686
(\s

0 commit comments

Comments
 (0)