Skip to content

Commit 86261ac

Browse files
committed
fmt
1 parent b628fbb commit 86261ac

File tree

1 file changed

+2
-2
lines changed
  • opentelemetry-appender-log/src

1 file changed

+2
-2
lines changed

opentelemetry-appender-log/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Bridge `log` into OpenTelemetry.
22
//!
33
//! This library implements a log appender for the [`log`] crate using the [Logs Bridge API].
4-
//!
4+
//!
55
//! *[Supported Rust Versions](#supported-rust-versions)*
66
//!
77
//! # Getting Started
@@ -95,7 +95,7 @@
9595
//! - `with-serde`: Support complex values as attributes without stringifying them.
9696
//!
9797
//! [Logs Bridge API]: https://opentelemetry.io/docs/specs/otel/logs/bridge-api/
98-
//!
98+
//!
9999
//! ## Supported Rust Versions
100100
//!
101101
//! OpenTelemetry is built against the latest stable release. The minimum

0 commit comments

Comments
 (0)