tighten code
This commit is contained in:
parent
dbae629472
commit
03e686cd9c
1 changed files with 1 additions and 1 deletions
|
|
@ -970,7 +970,7 @@
|
|||
(let [newi (next-fn vals i)]
|
||||
(if (= newi i)
|
||||
structure
|
||||
(let [v (select-any (nthpath i) structure)]
|
||||
(let [v (nth structure i)]
|
||||
(if (vector? structure)
|
||||
(let [shifted (if (< newi i)
|
||||
(loop [j (dec i)
|
||||
|
|
|
|||
Loading…
Reference in a new issue