Skip to content

Commit

Permalink
Whoops forgot a space
Browse files Browse the repository at this point in the history
  • Loading branch information
IntQuant committed Sep 6, 2022
1 parent ee74f92 commit 3d70be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_infer/src/errors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ pub enum SourceKindMultiSuggestion<'a> {
#[suggestion_part(code = "{start_span_code}")]
start_span: Span,
start_span_code: String,
#[suggestion_part(code = "}}")]
#[suggestion_part(code = " }}")]
end_span: Option<Span>,
},
}
Expand Down

0 comments on commit 3d70be7

Please sign in to comment.