Skip to content

Commit 8df89df

Browse files
committed
refactor
1 parent d6d9263 commit 8df89df

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/semantic_token_provider.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(defn ^:private modifier? [modifier token-modifiers]
1616
(some #(= modifier %) token-modifiers))
1717

18-
(defn make-bold [^TextAttributesKey text-attribute-key]
18+
(defn ^:private make-bold [^TextAttributesKey text-attribute-key]
1919
(TextAttributesKey/createTextAttributesKey
2020
(str (.getExternalName text-attribute-key) "_BOLD")
2121
(doto (.clone (.getDefaultAttributes text-attribute-key))

0 commit comments

Comments
 (0)