Skip to content

Commit d30b092

Browse files
committed
cljfmt src/kaocha/runner.clj
1 parent b2a7780 commit d30b092

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/kaocha/runner.clj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
(symbol "kaocha.report" s))))
4343
:assoc-fn accumulate]
4444
[nil "--diff-style STYLE" "The style of diff to print on failing tests, either :none or :deep"
45-
:parse-fn parse-kw
46-
]
45+
:parse-fn parse-kw]
4746
[nil "--plugin KEYWORD" "Load the given plugin."
4847
:parse-fn (fn [s]
4948
(let [kw (parse-kw s)]
@@ -151,8 +150,8 @@
151150
config-file (config/find-config-and-warn config-file)
152151
;; Initial configuration load to determine plugins.
153152
config (-> (config/load-config config-file (if profile {:profile profile} {}))
154-
(config/apply-cli {} (map parse-kw arguments))
155-
(config/validate!))
153+
(config/apply-cli {} (map parse-kw arguments))
154+
(config/validate!))
156155
plugin-chain (plugin/load-all (concat (:kaocha/plugins config) plugin))
157156
cli-options (plugin/run-hook* plugin-chain :kaocha.hooks/cli-options cli-options)
158157

0 commit comments

Comments
 (0)