Open Kyuuhachi opened 6 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.
} else if !self.kvs.is_empty() {
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.