Skip to content

Commit

Permalink
More clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff authored and Miguel Fernández committed Jan 30, 2023
1 parent 49ef034 commit dcb909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/core/src/telemetry/capturing/tx_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl TxTraceExt for crate::TxId {

fn as_traceparent(&self) -> String {
let trace_id = self.clone().into_trace_id();
format!("00-{}-0000000000000001-01", trace_id)
format!("00-{trace_id}-0000000000000001-01")
}
}

Expand Down

0 comments on commit dcb909a

Please sign in to comment.