Skip to content

Commit d30f481

Browse files
eddybbjorn3
andauthored
Fix indentation nit in src/librustc/mir/mod.rs.
Co-Authored-By: bjorn3 <[email protected]>
1 parent 22127b1 commit d30f481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/mir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3388,6 +3388,6 @@ impl<'tcx> TypeFoldable<'tcx> for Constant<'tcx> {
33883388
}
33893389
}
33903390
fn super_visit_with<V: TypeVisitor<'tcx>>(&self, visitor: &mut V) -> bool {
3391-
self.literal.visit_with(visitor)
3391+
self.literal.visit_with(visitor)
33923392
}
33933393
}

0 commit comments

Comments
 (0)