Better looking indentation

This commit is contained in:
2026-02-09 22:49:26 +01:00
parent c920ef8d99
commit 3fd8414ba2
3 changed files with 20 additions and 40 deletions

View File

@ -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);