Skip to content

Commit e3fe1cb

Browse files
committed
whitespace
1 parent e46e78a commit e3fe1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rewrite_clj/zip/zip.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
[{:keys [end?] :as loc}]
191191
(if end?
192192
loc
193-
(or
193+
(or
194194
(and (branch? loc) (down loc))
195195
(right loc)
196196
(loop [p loc]
@@ -229,7 +229,7 @@
229229
(if-let [child (and (branch? loc) (down loc))]
230230
(recur (rightmost child))
231231
loc))
232-
{:node (make-node loc (:node parent) r)
232+
{:node (make-node loc (:node parent) r)
233233
:path (and ppath (assoc ppath :changed? true))
234234
:parent (:parent parent)
235235
:position position}))))

0 commit comments

Comments
 (0)