mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Fix an annotation formatting regression
This commit is contained in:
parent
8644433158
commit
3eea2c934e
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ fn format_assigned_field_help<'a, T>(
|
|||
}
|
||||
|
||||
buf.push_str(separator_prefix);
|
||||
buf.push(':');
|
||||
buf.push_str(": ");
|
||||
ann.value.format(buf, indent);
|
||||
}
|
||||
OptionalValue(name, spaces, ann) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue