Skip to content

Commit 4445389

Browse files
fixup brackets
1 parent 2b2661e commit 4445389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/malli/clj_kondo.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
;; delete the old files if they exist (does not throw)
172172
(.delete (apply io/file (conj
173173
(get options :clj-kondo-dir-path [])
174-
".clj-kondo" "metosin" (str "malli-types-" (name key)) "config.edn"))])
174+
".clj-kondo" "metosin" (str "malli-types-" (name key)) "config.edn")))
175175
(.delete (apply io/file (conj
176176
(get options :clj-kondo-dir-path [])
177177
".clj-kondo" "configs" "malli" "config.edn")))

0 commit comments

Comments
 (0)