Skip to content

Commit 3d70be7

Browse files
committed
Whoops forgot a space
1 parent ee74f92 commit 3d70be7

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_infer/src/errors

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/errors/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pub enum SourceKindMultiSuggestion<'a> {
170170
#[suggestion_part(code = "{start_span_code}")]
171171
start_span: Span,
172172
start_span_code: String,
173-
#[suggestion_part(code = "}}")]
173+
#[suggestion_part(code = " }}")]
174174
end_span: Option<Span>,
175175
},
176176
}

0 commit comments

Comments
 (0)