Add missing indent call

This commit is contained in:
Joshua Warner 2024-12-13 13:26:45 -08:00
parent 3acc6940b4
commit d56b6b7b20
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD

View file

@ -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);