mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Fix indent formatting in Def::AnnotatedBody
This commit is contained in:
parent
2939780638
commit
27b83650ba
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ impl<'a> Formattable<'a> for Def<'a> {
|
||||||
buf.push_str(" # ");
|
buf.push_str(" # ");
|
||||||
buf.push_str(comment_str.trim());
|
buf.push_str(comment_str.trim());
|
||||||
}
|
}
|
||||||
buf.push_str("\n");
|
newline(buf, indent);
|
||||||
fmt_body(buf, &body_pattern.value, &body_expr.value, indent);
|
fmt_body(buf, &body_pattern.value, &body_expr.value, indent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue