mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix annoying spaces debug_assert failure
This commit is contained in:
parent
f02db3961a
commit
71cae79b02
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ impl<'a> Formattable for Def<'a> {
|
|||
indent + INDENT,
|
||||
);
|
||||
} else {
|
||||
buf.push_str(" : ");
|
||||
buf.spaces(1);
|
||||
buf.push_str(":");
|
||||
buf.spaces(1);
|
||||
loc_annotation.format_with_options(
|
||||
buf,
|
||||
Parens::NotNeeded,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue