Skip to content

Commit adafd0f

Browse files
authored
Fix indentation
1 parent 06695c2 commit adafd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/monomorphize/partitioning.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ fn collect_and_partition_mono_items<'a, 'tcx>(
901901
cnum: CrateNum,
902902
) -> (Arc<DefIdSet>, Arc<Vec<Arc<CodegenUnit<'tcx>>>>)
903903
{
904-
assert_eq!(cnum, LOCAL_CRATE);
904+
assert_eq!(cnum, LOCAL_CRATE);
905905

906906
let collection_mode = match tcx.sess.opts.debugging_opts.print_mono_items {
907907
Some(ref s) => {

0 commit comments

Comments
 (0)