Add missing newline for :print-type.
Closes PR 14880.
This commit is contained in:
parent
933e571125
commit
fe3a935d0c
|
@ -79,7 +79,7 @@
|
|||
[(_ e)
|
||||
(tc-toplevel/full stx #'e
|
||||
(λ (expanded type)
|
||||
#`(display
|
||||
#`(displayln
|
||||
#,(if (eq? type 'no-type)
|
||||
"This form has no type (it does not produce a value)."
|
||||
(pretty-format-type
|
||||
|
|
Loading…
Reference in New Issue
Block a user