Skip to content

Commit

Permalink
Docs: Remove unnecessary indentation for better readability (open-tel…
Browse files Browse the repository at this point in the history
  • Loading branch information
moshensky authored and cijothomas committed Oct 4, 2024
1 parent e1e993d commit f17cde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-otlp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@
//! .with_resource(Resource::new(vec![KeyValue::new("service.name", "example")])),
//! )
//! .install_batch(opentelemetry_sdk::runtime::Tokio)?;
//! global::set_tracer_provider(tracer_provider);
//! let tracer = global::tracer("tracer-name");
//! global::set_tracer_provider(tracer_provider);
//! let tracer = global::tracer("tracer-name");
//! # tracer
//! # };
//!
Expand Down

0 comments on commit f17cde9

Please sign in to comment.