mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Add missing newline
This commit is contained in:
parent
4db530d7e4
commit
b2a1de3a68
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
(display "- - -")
|
(display "- - -")
|
||||||
(newline))
|
(newline))
|
||||||
(display (substring line 1 (string-length line)))
|
(display (substring line 1 (string-length line)))
|
||||||
|
(newline)
|
||||||
)
|
)
|
||||||
(loop))))
|
(loop))))
|
||||||
(loop)
|
(loop)
|
||||||
|
|
Loading…
Add table
Reference in a new issue