davidbarsky / tracing-tree

Apache License 2.0
123 stars 31 forks source link

Trailing space if no fields #81

Open Kyuuhachi opened 4 months ago

Kyuuhachi commented 4 months ago

When opening a span with no fields, there's a trailing space on the line. I believe this line could be changed to } else if !self.kvs.is_empty() { to correct this.