mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Merge pull request #2078 from rtfeldman/joshuawarner32/fix-newline-indent
Fix indent formatting in Def::AnnotatedBody
This commit is contained in:
commit
837e0929bc
@ -89,7 +89,7 @@ impl<'a> Formattable<'a> for Def<'a> {
|
||||
buf.push_str(" # ");
|
||||
buf.push_str(comment_str.trim());
|
||||
}
|
||||
buf.push_str("\n");
|
||||
newline(buf, indent);
|
||||
fmt_body(buf, &body_pattern.value, &body_expr.value, indent);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user