mirror of https://github.com/encounter/objdiff.git
cargo +nightly fmt
This commit is contained in:
parent
8091941448
commit
2cc10b0d06
|
@ -246,7 +246,12 @@ fn symbol_ui(
|
|||
write_text("w", appearance.text_color, &mut job, appearance.code_font.clone());
|
||||
}
|
||||
if symbol.flags.0.contains(ObjSymbolFlags::Hidden) {
|
||||
write_text("h", appearance.deemphasized_text_color, &mut job, appearance.code_font.clone());
|
||||
write_text(
|
||||
"h",
|
||||
appearance.deemphasized_text_color,
|
||||
&mut job,
|
||||
appearance.code_font.clone(),
|
||||
);
|
||||
}
|
||||
write_text("] ", appearance.text_color, &mut job, appearance.code_font.clone());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue