Skip to content

Commit 3af051a

Browse files
committed
revert
1 parent 2e3a458 commit 3af051a

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/examples/basic-otlp/src

1 file changed

+1
-1
lines changed

opentelemetry-otlp/examples/basic-otlp/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync + 'static>> {
6161
// matches the containing block, reporting traces and metrics during the whole
6262
// execution.
6363

64-
let result = init_tracer_provider()
64+
let result = init_tracer_provider();
6565
assert!(
6666
result.is_ok(),
6767
"Init tracer failed with error: {:?}",

0 commit comments

Comments
 (0)