mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Add missing indent call
This commit is contained in:
parent
3acc6940b4
commit
d56b6b7b20
1 changed files with 1 additions and 0 deletions
|
@ -803,6 +803,7 @@ impl<'a> Formattable for IngestedFileAnnotation<'a> {
|
|||
} = self;
|
||||
|
||||
fmt_default_spaces(buf, before_colon, indent);
|
||||
buf.indent(indent);
|
||||
buf.push_str(":");
|
||||
buf.spaces(1);
|
||||
annotation.format(buf, indent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue