Indent main function for readability
This commit is contained in:
parent
53e9897deb
commit
5a1d84b441
1 changed files with 7 additions and 2 deletions
|
@ -2,8 +2,13 @@
|
|||
(:gen-class)
|
||||
(:require
|
||||
[dda.c4k-forgejo.core :as core]
|
||||
[dda.c4k-forgejo.forgejo :as forgejo]
|
||||
[dda.c4k-common.uberjar :as uberjar]))
|
||||
|
||||
(defn -main [& cmd-args]
|
||||
(uberjar/main-common "c4k-forgejo" core/config? core/auth? core/config-defaults core/k8s-objects cmd-args))
|
||||
(uberjar/main-common
|
||||
"c4k-forgejo"
|
||||
core/config?
|
||||
core/auth?
|
||||
core/config-defaults
|
||||
core/k8s-objects
|
||||
cmd-args))
|
||||
|
|
Loading…
Reference in a new issue