Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Dec 12, 2023
1 parent ce0a2a1 commit c585913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextjournal/clerk/git.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(:require [babashka.process :as p]
[clojure.string :as str]))

(defn ^:private shell-out-str
(defn ^:private shell-out-str
"Shell helper, calls a cmd and returns it output string trimmed."
[& cmd]
(str/trim (:out (p/check (apply p/sh {:out :string} cmd)))))
Expand Down

0 comments on commit c585913

Please sign in to comment.