mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
fix: add spaces around ? in optional record field
This commit is contained in:
parent
9340a67e87
commit
a4410fe052
3 changed files with 39 additions and 1 deletions
|
@ -509,6 +509,7 @@ fn format_assigned_field_help<'a, 'buf, T>(
|
|||
|
||||
buf.spaces(separator_spaces);
|
||||
buf.push('?');
|
||||
buf.spaces(1);
|
||||
ann.value.format(buf, indent);
|
||||
}
|
||||
LabelOnly(name) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue