Skip to content

Commit

Permalink
Align list items
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Aug 2, 2024
1 parent 6f7a9fb commit 5dc7c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
//! This crate supports the three following formats:
//!
//! * Logfmt, following <https://www.brandur.org/logfmt>, use
//! [`Config::logfmt`].
//! [`Config::logfmt`].
//! * JSON, use [`Config::json`].
//! * Google Cloud Platform structured logging using JSON, following
//! <https://cloud.google.com/logging/docs/structured-logging>, [`Config::gcloud`].
//! <https://cloud.google.com/logging/docs/structured-logging>, [`Config::gcloud`].
//!
//! ### Logfmt
//!
Expand Down

0 comments on commit 5dc7c8d

Please sign in to comment.