Skip to content

Commit 72ce216

Browse files
committed
Previous commit under x.py fmt
1 parent be18a9b commit 72ce216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_expand/src/mbe/transcribe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ fn count_repetitions<'a>(
463463
match matched {
464464
MatchedTokenTree(_) | MatchedNonterminal(_) => {
465465
if declared_lhs_depth == 0 {
466-
return Err(cx.create_err( CountRepetitionMisplaced { span: sp.entire()} ));
466+
return Err(cx.create_err(CountRepetitionMisplaced { span: sp.entire() }));
467467
}
468468
match depth_opt {
469469
None => Ok(1),

0 commit comments

Comments
 (0)