From 222ed9f57118a2542a67d39e6df07152bac0b962 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 29 May 2019 11:52:14 +0200 Subject: [PATCH] fix indentation --- src/librustc_mir/interpret/eval_context.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/librustc_mir/interpret/eval_context.rs b/src/librustc_mir/interpret/eval_context.rs index 594802a0341..a6153bf055d 100644 --- a/src/librustc_mir/interpret/eval_context.rs +++ b/src/librustc_mir/interpret/eval_context.rs @@ -44,9 +44,9 @@ pub struct InterpretCx<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> { /// A cache for deduplicating vtables pub(super) vtables: FxHashMap< - (Ty<'tcx>, Option>), - Pointer - >, + (Ty<'tcx>, Option>), + Pointer + >, } /// A stack frame. -- 2.44.0