mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Format Json
This commit is contained in:
parent
6f51eb09dd
commit
355b573695
2 changed files with 29 additions and 12 deletions
|
@ -866,7 +866,9 @@ fn fmt_if<'a, 'buf>(
|
|||
}
|
||||
}
|
||||
_ => {
|
||||
loc_condition.format(buf, return_indent);
|
||||
buf.newline();
|
||||
loc_then.format(buf, return_indent);
|
||||
buf.newline();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue