Skip to content

Commit e52e641

Browse files
committed
fmt
1 parent bce77eb commit e52e641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_type_ir/src/flags.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ impl<I: Interner> FlagComputation<I> {
409409
self.add_term(t1);
410410
self.add_term(t2);
411411
}
412-
ty::PredicateKind::Clause(ty::ClauseKind::UnstableFeature(_))
413-
| ty::PredicateKind::Ambiguous => {},
412+
ty::PredicateKind::Clause(ty::ClauseKind::UnstableFeature(_))
413+
| ty::PredicateKind::Ambiguous => {}
414414
}
415415
}
416416

0 commit comments

Comments
 (0)