Skip to content

Commit 7017927

Browse files
committed
Indent fixup
1 parent ab708f5 commit 7017927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_mir/interpret/eval_context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ impl<'a, 'mir, 'tcx: 'mir, M: Machine<'a, 'mir, 'tcx>> EvalContext<'a, 'mir, 'tc
323323
let cell = &frame.locals[local].layout;
324324
if cell.get().is_none() {
325325
let layout = ::interpret::operand::from_known_layout(layout, || {
326-
let local_ty = frame.mir.local_decls[local].ty;
327-
let local_ty = self.monomorphize_with_substs(local_ty, frame.instance.substs);
326+
let local_ty = frame.mir.local_decls[local].ty;
327+
let local_ty = self.monomorphize_with_substs(local_ty, frame.instance.substs);
328328
self.layout_of(local_ty)
329329
})?;
330330
cell.set(Some(layout));

0 commit comments

Comments
 (0)