-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
With the changes in #1721, the output from my testing code has changed from looking like:
form:
(eq? (-> iz down right) (-> iz down right right right))
to:
form:
(eq?
(->
iz
down
right)
(->
iz
down
right
right
right))
Is there a way I might recover the past behavior?
The above is just one example. I do want multiline output for "data", but the above is more like "code".
I think the code that produce the above uses %m, here.
I suppose it's my fault for not using something specialized for formatting code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels