We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46e78a commit e3fe1cbCopy full SHA for e3fe1cb
src/rewrite_clj/zip/zip.clj
@@ -190,7 +190,7 @@
190
[{:keys [end?] :as loc}]
191
(if end?
192
loc
193
- (or
+ (or
194
(and (branch? loc) (down loc))
195
(right loc)
196
(loop [p loc]
@@ -229,7 +229,7 @@
229
(if-let [child (and (branch? loc) (down loc))]
230
(recur (rightmost child))
231
loc))
232
- {:node (make-node loc (:node parent) r)
+ {:node (make-node loc (:node parent) r)
233
:path (and ppath (assoc ppath :changed? true))
234
:parent (:parent parent)
235
:position position}))))
0 commit comments