mirror of
https://github.com/0x5eal/chrono-lc.git
synced 2024-12-12 12:50:36 +00:00
doc: fix empty newline in main rustdoc
This commit is contained in:
parent
9800bf31c8
commit
c477dca08e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! # use chrono::prelude::*;
|
//! # use chrono::prelude::*;
|
||||||
//! # use chrono_lc::LocaleDate;
|
//! # use chrono_lc::LocaleDate;
|
||||||
//!
|
//! #
|
||||||
//! let dt = FixedOffset::east_opt(34200)
|
//! let dt = FixedOffset::east_opt(34200)
|
||||||
//! .unwrap()
|
//! .unwrap()
|
||||||
//! .with_ymd_and_hms(2001, 7, 8, 0, 34, 59)
|
//! .with_ymd_and_hms(2001, 7, 8, 0, 34, 59)
|
||||||
|
|
Loading…
Reference in a new issue