From acd9d4b23bab6bc9cbb68c4673d8bac3dce6f523 Mon Sep 17 00:00:00 2001 From: Christian Weilbach Date: Wed, 25 Sep 2024 00:57:37 -0700 Subject: [PATCH] Fix format. --- src/datahike/cli.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/datahike/cli.clj b/src/datahike/cli.clj index 0f8cad6a..134b7199 100644 --- a/src/datahike/cli.clj +++ b/src/datahike/cli.clj @@ -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