Skip to content

Commit cfc45d5

Browse files
committed
Style fix
1 parent 9ba9cd5 commit cfc45d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_const_eval/_match.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@ pub fn is_useful<'p, 'a: 'p, 'tcx: 'a>(cx: &mut MatchCheckCtxt<'a, 'tcx>,
543543
ConstructWitness => UsefulWithWitness(vec![Witness(vec![])]),
544544
LeaveOutWitness => Useful,
545545
}
546-
}
547-
else {
546+
} else {
548547
NotUseful
549548
}
550549
};

0 commit comments

Comments
 (0)