mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-23 12:02:28 +00:00
Record Builder colon arrow syntax
This commit is contained in:
parent
d6dfdabd16
commit
731cd4257d
4 changed files with 64 additions and 35 deletions
|
@ -1552,8 +1552,7 @@ fn format_record_builder_field_multiline(
|
|||
}
|
||||
|
||||
buf.push_str(separator_prefix);
|
||||
buf.spaces(1);
|
||||
buf.push_str("<-");
|
||||
buf.push_str(": <-");
|
||||
buf.spaces(1);
|
||||
ann.value.format(buf, indent);
|
||||
buf.push(',');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue