Skip to content

Commit

Permalink
Auto merge of #80247 - tmiasko:indent, r=bjorn3
Browse files Browse the repository at this point in the history
Fix indentation of -Z meta-stats output
  • Loading branch information
bors committed Jan 3, 2021
2 parents e821a6e + a046d40 commit 18cb4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_metadata/src/rmeta/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
println!(" lang item bytes: {}", lang_item_bytes);
println!(" diagnostic item bytes: {}", diagnostic_item_bytes);
println!(" native bytes: {}", native_lib_bytes);
println!(" source_map bytes: {}", source_map_bytes);
println!(" source_map bytes: {}", source_map_bytes);
println!(" impl bytes: {}", impl_bytes);
println!(" exp. symbols bytes: {}", exported_symbols_bytes);
println!(" def-path table bytes: {}", def_path_table_bytes);
Expand Down

0 comments on commit 18cb4ad

Please sign in to comment.