Fix an annotation formatting regression

This commit is contained in:
Richard Feldman 2020-07-18 22:17:41 -04:00
parent 8644433158
commit 3eea2c934e

View file

@ -307,7 +307,7 @@ fn format_assigned_field_help<'a, T>(
} }
buf.push_str(separator_prefix); buf.push_str(separator_prefix);
buf.push(':'); buf.push_str(": ");
ann.value.format(buf, indent); ann.value.format(buf, indent);
} }
OptionalValue(name, spaces, ann) => { OptionalValue(name, spaces, ann) => {