mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Remove unused binding from good Clojure test file
Prevents clj-kondo from warning about an unused binding.
This commit is contained in:
parent
b26f7eda6d
commit
b80ea7e335
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
(str/join "" "")
|
||||
|
||||
(defn foo-fn [x]
|
||||
(let [y (fn [] (inc x))
|
||||
z y]
|
||||
(let [y (fn [] (inc x))]
|
||||
(y)))
|
||||
|
||||
(letfn
|
||||
|
|
Loading…
Reference in a new issue