mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add missing indent call
This commit is contained in:
parent
7d60cc8601
commit
249125297e
5 changed files with 76 additions and 0 deletions
|
@ -410,6 +410,7 @@ fn fmt_ty_ann(
|
|||
buf.spaces(1);
|
||||
}
|
||||
for (i, has) in implements_clauses.iter().enumerate() {
|
||||
buf.indent(indent);
|
||||
buf.push_str(if i == 0 {
|
||||
roc_parse::keyword::WHERE
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue