Skip to content

Commit 1a5304a

Browse files
committed
fix whitespace
1 parent b376ae6 commit 1a5304a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/place.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ where
487487
Deref => self.deref_operand(base.into())?,
488488

489489
Index(local) => {
490-
let layout = self.layout_of(self.tcx.types.usize)?;
490+
let layout = self.layout_of(self.tcx.types.usize)?;
491491
let n = self.access_local(self.frame(), local, Some(layout))?;
492492
let n = self.read_scalar(n)?;
493493
let n = n.to_bits(self.tcx.data_layout.pointer_size)?;

0 commit comments

Comments
 (0)