mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fixed formatting error for when formatting
This commit is contained in:
parent
ac85f86b9e
commit
c3d296a026
2 changed files with 42 additions and 1 deletions
|
@ -560,7 +560,9 @@ fn fmt_when<'a>(
|
|||
}
|
||||
}
|
||||
_ => {
|
||||
newline(buf, condition_indent);
|
||||
fmt_expr(buf, &loc_condition.value, condition_indent, false, false);
|
||||
newline(buf, indent);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue