mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-09 21:36:18 +00:00
Add missing indent call
This commit is contained in:
parent
4a19926425
commit
01dda78271
5 changed files with 64 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue