Skip to content

Commit 18cb4ad

Browse files
committed
Auto merge of #80247 - tmiasko:indent, r=bjorn3
Fix indentation of -Z meta-stats output
2 parents e821a6e + a046d40 commit 18cb4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/rmeta/encoder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
694694
println!(" lang item bytes: {}", lang_item_bytes);
695695
println!(" diagnostic item bytes: {}", diagnostic_item_bytes);
696696
println!(" native bytes: {}", native_lib_bytes);
697-
println!(" source_map bytes: {}", source_map_bytes);
697+
println!(" source_map bytes: {}", source_map_bytes);
698698
println!(" impl bytes: {}", impl_bytes);
699699
println!(" exp. symbols bytes: {}", exported_symbols_bytes);
700700
println!(" def-path table bytes: {}", def_path_table_bytes);

0 commit comments

Comments
 (0)