Skip to content

Commit 2191c2f

Browse files
committed
.
1 parent af41fae commit 2191c2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ac.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
(cdr source)
223223
'()
224224
(let ((rec (if (null? token)
225-
acc
226-
(cons (reverse token) acc))))
225+
acc
226+
(cons (reverse token) acc))))
227227
(if keepsep?
228228
(cons (car source) rec)
229229
rec))

0 commit comments

Comments
 (0)