chore: remove padding

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-09-26 21:55:48 +02:00
parent af24c45226
commit 0be57cc8b6
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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