Skip to content

Commit c8bf771

Browse files
committed
Merge branch 'master' into lsp4ij
2 parents c88dd52 + 99a9e9f commit c8bf771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/com/github/clojure_lsp/intellij/extension/brace_matcher.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
(defn -isPairedBracesAllowedBeforeType
1616
[_ _ ^IElementType context-type]
17-
(not context-type))
17+
(boolean context-type))
1818

1919
(defn -getCodeConstructStart [_ _psi-file opening-brace-offset]
2020
opening-brace-offset)

0 commit comments

Comments
 (0)