Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
whilo committed Sep 25, 2024
1 parent 2ebb58e commit acd9d4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/datahike/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
;; This file is following https://github.com/clojure/tools.cli

(log/merge-config!
{:appenders {:println {:doc "Always prints to *err*"
:enabled? true
:fn (fn log-to-stderr [{:keys [output_]}]
(binding [*out* *err*]
(println (force output_))))}}})
{:appenders {:println {:doc "Always prints to *err*"
:enabled? true
:fn (fn log-to-stderr [{:keys [output_]}]
(binding [*out* *err*]
(println (force output_))))}}})

(defn usage [options-summary]
(->> [datahike-logo
Expand Down

0 comments on commit acd9d4b

Please sign in to comment.