Skip to content

Commit 8f670a5

Browse files
committed
Fixed misplaced docstring.
1 parent 904a0f1 commit 8f670a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clojang/component/core.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
:throw-errors true})
5757

5858
(defn init
59-
[]
6059
"This is used to set the options and any other global data.
6160
6261
This is defined in a function for re-use. For instance, when a REPL is
6362
reloaded, the options will be lost and need to be re-applied."
63+
[]
6464
(setup-manager setup-options))
6565

6666
(defn -main

0 commit comments

Comments
 (0)