Formatting, tweaking indentation

… my Emacs previously used tabs+spaces for Scheme,
which is genuinely horrific. >o<
This commit is contained in:
Jaidyn Ann 2024-05-13 21:37:29 -05:00
parent 1b5e9d5b1f
commit adaa561e59

View File

@ -190,6 +190,4 @@
[(null-list? before)
(split-list test (cdr after))]
[#t
(append `(,before) (split-list test (cdr after)))])))
)
(append `(,before) (split-list test (cdr after)))]))))