Skip to content

Commit

Permalink
Fixes formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ogarcia committed Jan 29, 2024
1 parent a3de0c5 commit 049294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time/src/serde/timestamp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//! [Unix timestamp]: https://en.wikipedia.org/wiki/Unix_time
//! [with]: https://serde.rs/field-attrs.html#with
pub mod milliseconds;
pub mod microseconds;
pub mod milliseconds;
pub mod nanoseconds;

use serde::{de, Deserialize, Deserializer, Serialize, Serializer};
Expand Down

0 comments on commit 049294c

Please sign in to comment.