Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed May 28, 2024
1 parent fcf3b59 commit 35fa694
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/core/date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ pub struct Date {

impl Default for Date {
fn default() -> Self {
Self { year: 2024, month: 1, day: 1 }
Self {
year: 2024,
month: 1,
day: 1,
}
}
}

Expand Down

0 comments on commit 35fa694

Please sign in to comment.