Skip to content

Commit b073599

Browse files
committed
fix indentation
1 parent 66cc1b7 commit b073599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc_mir/interpret/eval_context.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ pub struct InterpretCx<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> {
4444

4545
/// A cache for deduplicating vtables
4646
pub(super) vtables: FxHashMap<
47-
(Ty<'tcx>, Option<ty::PolyExistentialTraitRef<'tcx>>),
48-
Pointer<M::PointerTag>
49-
>,
47+
(Ty<'tcx>, Option<ty::PolyExistentialTraitRef<'tcx>>),
48+
Pointer<M::PointerTag>
49+
>,
5050
}
5151

5252
/// A stack frame.

0 commit comments

Comments
 (0)