chore: remove padding
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
af24c45226
commit
0be57cc8b6
@ -69,8 +69,6 @@ impl Node {
|
||||
}
|
||||
|
||||
fn traverse_indent(&self, indent: usize) -> genco::lang::rust::Tokens {
|
||||
let padding = " ".repeat(indent * 4);
|
||||
|
||||
tracing::trace!("node traverse visited: {}", self.segment);
|
||||
|
||||
let mut message_tokens = Vec::new();
|
||||
|
Loading…
Reference in New Issue
Block a user