Skip to content

Commit 25a4f76

Browse files
committed
Fix indent
1 parent 46c1da6 commit 25a4f76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/librustc_mir/hair/pattern/_match.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,9 +1847,7 @@ fn specialize<'p, 'a: 'p, 'tcx: 'a>(
18471847
}
18481848
}
18491849
ConstantValue(cv) => {
1850-
match slice_pat_covered_by_const(
1851-
cx.tcx, pat.span, cv, prefix, slice, suffix
1852-
) {
1850+
match slice_pat_covered_by_const(cx.tcx, pat.span, cv, prefix, slice, suffix) {
18531851
Ok(true) => Some(smallvec![]),
18541852
Ok(false) => None,
18551853
Err(ErrorReported) => None

0 commit comments

Comments
 (0)