Add missing indent call

This commit is contained in:
Joshua Warner 2024-12-15 17:07:30 -08:00
parent 4a19926425
commit 01dda78271
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 64 additions and 0 deletions

View file

@ -522,6 +522,7 @@ pub fn pattern_fmt_apply(
ident: "implements"
}
) {
buf.indent(indent_more);
buf.push_str("(implements)");
} else {
fmt_pattern_only(&arg.item, buf, parens, indent_more, arg.item.is_multiline());