Skip to content

Commit c727699

Browse files
committed
intentionally break
1 parent b32a2d8 commit c727699

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)