Skip to content

Commit 9862294

Browse files
committed
fmt
1 parent 0e511f4 commit 9862294

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

opentelemetry-sdk/src/trace/provider.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,10 @@ mod tests {
570570
Some(Value::from("opentelemetry"))
571571
);
572572
assert_eq!(
573-
provider.config().resource.get(&TELEMETRY_SDK_VERSION.into()),
573+
provider
574+
.config()
575+
.resource
576+
.get(&TELEMETRY_SDK_VERSION.into()),
574577
Some(Value::from(env!("CARGO_PKG_VERSION")))
575578
);
576579
};

0 commit comments

Comments
 (0)