mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +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_str(separator_prefix);
|
||||||
buf.push(':');
|
buf.push_str(": ");
|
||||||
ann.value.format(buf, indent);
|
ann.value.format(buf, indent);
|
||||||
}
|
}
|
||||||
OptionalValue(name, spaces, ann) => {
|
OptionalValue(name, spaces, ann) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue