Skip to content

Commit 3be24c6

Browse files
committed
trailing whitespace fix
1 parent 959fc61 commit 3be24c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_errors/diagnostic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ impl Diagnostic {
307307
suggestion: Vec<(Span, String)>,
308308
) -> &mut Self {
309309
self.multipart_suggestion_with_applicability(
310-
msg,
310+
msg,
311311
suggestion,
312312
Applicability::Unspecified
313313
)

0 commit comments

Comments
 (0)