Better looking indentation
This commit is contained in:
@ -106,14 +106,7 @@ impl Tracer for IndentedTracer
|
||||
{
|
||||
Style::new().fg::<DarkGray>()
|
||||
};
|
||||
if i == self.depth - 1 && self.first
|
||||
{
|
||||
print!("{}", "🭋".style(style));
|
||||
}
|
||||
else
|
||||
{
|
||||
print!("{}", "▐".style(style));
|
||||
}
|
||||
print!("{}", "│".style(style));
|
||||
}
|
||||
self.first = false;
|
||||
println!("{}", show);
|
||||
|
||||
Reference in New Issue
Block a user