mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
correctly format multiline record type annotation
This commit is contained in:
parent
f9666d6efe
commit
c692319fb9
5 changed files with 68 additions and 54 deletions
|
@ -925,7 +925,7 @@ fn format_field_multiline<'a, T>(
|
|||
// ```
|
||||
// field # comment
|
||||
// , otherfield
|
||||
// ```
|
||||
// ```
|
||||
// we'd like to transform it into:
|
||||
// ```
|
||||
// field,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue