We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4986cde commit dec3e1fCopy full SHA for dec3e1f
src/io.rs
@@ -290,7 +290,7 @@ fn print_heap_headers(heaps: Vec<&TaskHeap>) {
290
};
291
292
println!(
293
- "{TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:<n$} {TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:<t$} {TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:>w$} {TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:<s$} {TITLE_ANSI_COLOR}|{ANSI_RESET}",
+ "{TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:<n$} {TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:<w$} {TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:>t$} {TITLE_ANSI_COLOR}|{TEXT_ANSI_COLOR} {:<s$} {TITLE_ANSI_COLOR}|{ANSI_RESET}",
294
name_part,
295
weight_part,
296
tags_part,
0 commit comments