Skip to content

Commit

Permalink
remove leftover testing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
halcyonseeker authored and dnaeon committed Jun 3, 2024
1 parent 1e6e0f1 commit f2a730f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ _~~A() {
(dolist (line lines)
(format stream " ~A~%" line))
(format stream "~%")
(dolist (line (split-sequence #\Newline *s*))
(dolist (line (split-sequence #\Newline code))
(format T " ~A~%" line))
(format stream "~%"))))

Expand Down

0 comments on commit f2a730f

Please sign in to comment.