fix: Match width of ascii and unicode secondary file start
This commit is contained in:
@@ -2988,7 +2988,7 @@ impl HumanEmitter {
|
||||
fn secondary_file_start(&self) -> &'static str {
|
||||
match self.theme {
|
||||
OutputTheme::Ascii => "::: ",
|
||||
OutputTheme::Unicode => " ⸬ ",
|
||||
OutputTheme::Unicode => " ⸬ ",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user