Skip to content

Commit d462b4e

Browse files
djcrami3l
authored andcommitted
Clean up formatting in span arguments
1 parent 7a42d6d commit d462b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ impl<'a> Toolchain<'a> {
374374
Ok(None)
375375
}
376376

377-
#[cfg_attr(feature="otel", tracing::instrument(err,fields(binary, recursion=self.cfg.process.var("RUST_RECURSION_COUNT").ok())))]
377+
#[cfg_attr(feature="otel", tracing::instrument(err, fields(binary, recursion = self.cfg.process.var("RUST_RECURSION_COUNT").ok())))]
378378
fn create_command<T: AsRef<OsStr> + Debug>(&self, binary: T) -> Result<Command, anyhow::Error> {
379379
// Create the path to this binary within the current toolchain sysroot
380380
let binary = if let Some(binary_str) = binary.as_ref().to_str() {

0 commit comments

Comments
 (0)