diff --git a/compiler/fmt/src/annotation.rs b/compiler/fmt/src/annotation.rs index f7ea0a5b7d..5f7c501058 100644 --- a/compiler/fmt/src/annotation.rs +++ b/compiler/fmt/src/annotation.rs @@ -307,7 +307,7 @@ fn format_assigned_field_help<'a, T>( } buf.push_str(separator_prefix); - buf.push(':'); + buf.push_str(": "); ann.value.format(buf, indent); } OptionalValue(name, spaces, ann) => {