Skip to content

Commit

Permalink
Remove unnecessary update
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Nov 19, 2024
1 parent 4168619 commit 5507bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/lazytest/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
nses))

(defn run-impl [{:keys [dir] :as config}]
(let [config (->config (update config :output not-empty))
(let [config (->config config)
nses (require-dirs config dir)]
(run-tests nses config)))

Expand Down

0 comments on commit 5507bd8

Please sign in to comment.