Skip to content

Commit 3e2e0ea

Browse files
committed
Running fmt
1 parent 88c3a20 commit 3e2e0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/parser/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ impl<'a> Parser<'a> {
13771377
let mut patches = Vec::new();
13781378

13791379
if !pre_span.is_empty() {
1380-
patches.push((pre_span, String::new()));
1380+
patches.push((pre_span, String::new()));
13811381
}
13821382

13831383
patches.push((post_span, format!(" {}= 1", kind.op.chr())));

0 commit comments

Comments
 (0)