Skip to content

Commit d4551ec

Browse files
committedJun 2, 2016
remove trailing whitespace
1 parent 79bf586 commit d4551ec

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_mir/build/matches

1 file changed

+2
-2
lines changed
 

‎src/librustc_mir/build/matches/test.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ impl<'a, 'gcx, 'tcx> Builder<'a, 'gcx, 'tcx> {
3434
PatternKind::Variant { ref adt_def, variant_index: _, subpatterns: _ } => {
3535
Test {
3636
span: match_pair.pattern.span,
37-
kind: TestKind::Switch {
38-
adt_def: adt_def.clone(),
37+
kind: TestKind::Switch {
38+
adt_def: adt_def.clone(),
3939
variants: BitVector::new(self.hir.num_variants(adt_def)),
4040
},
4141
}

0 commit comments

Comments
 (0)
Please sign in to comment.