Add missing indent call

This commit is contained in:
Joshua Warner 2024-12-16 21:15:44 -08:00
parent 7d60cc8601
commit 249125297e
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 76 additions and 0 deletions

View file

@ -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 {