Skip to content

Commit

Permalink
Format sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinnear committed Nov 5, 2019
1 parent 8a2bd01 commit ce5c77a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:key "mit",
:year 2015}
:plugins
[[lein-expectations "0.0.8"] [lein-codox "0.10.3"] [lein-zprint "0.5.1"]]
[[lein-expectations "0.0.8"] [lein-codox "0.10.3"] [lein-zprint "0.5.2"]]
:profiles {:dev {:dependencies [#_[expectations "2.2.0-rc1"]
#_[expectations "2.2.0-rc3"]
[expectations "2.1.10"]
Expand Down
4 changes: 3 additions & 1 deletion src/zprint/main.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
; standard not yet implemented
(if (or version? help? default? #_standard? explain?)
[0 nil true]
[1 (str "Unrecognized switch: '" options "'" "\n" main-help-str) true])
[1
(str "Unrecognized switch: '" options "'" "\n" main-help-str)
true])
[0 nil false])
_ (cond default? (set-options! {:configured? true, :parallel? true})
standard?
Expand Down

0 comments on commit ce5c77a

Please sign in to comment.