Skip to content

Commit c959980

Browse files
committed
fix typo
1 parent 74f97ed commit c959980

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-appender-tracing/examples

1 file changed

+1
-1
lines changed

opentelemetry-appender-tracing/examples/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn main() {
2525

2626
info_span!("my-span").in_scope(|| {
2727
info!(target: "my-system", "an info log");
28-
})
28+
});
2929

3030
error!(name: "my-event-name", target: "my-system", event_id = 20, user_name = "otel", user_email = "[email protected]");
3131
drop(provider);

0 commit comments

Comments
 (0)