[Skip-CI] Remove ToDo - open to suggestions
Recursion method seems reasonable readable to me.
This commit is contained in:
parent
f8c0b40788
commit
53de3ea31b
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
||||||
(when (contains? config :volume-size)
|
(when (contains? config :volume-size)
|
||||||
{:volume-size (config :volume-size)})))
|
{:volume-size (config :volume-size)})))
|
||||||
|
|
||||||
; TODO: Find a better readable expression.
|
|
||||||
(defn generate-configs [config]
|
(defn generate-configs [config]
|
||||||
(loop [config (sort-config config)
|
(loop [config (sort-config config)
|
||||||
result []]
|
result []]
|
||||||
|
|
Loading…
Reference in a new issue