Skip to content

Commit

Permalink
stylistic change
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Sep 26, 2024
1 parent 4a7d9d4 commit 5ee0a63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ macro_rules! sql_trace {
};

if traceparent.sampled() {
self.comment(format!("traceparent='{}'", traceparent))
self.comment(format!("traceparent='{traceparent}'"))
} else {
self
}
Expand Down

0 comments on commit 5ee0a63

Please sign in to comment.