Skip to content

Commit

Permalink
run cargo fmt on the wrong project
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Sep 14, 2023
1 parent 6f8ee0f commit 1675bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/date.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Helper functions for calculating dates

use chrono::{Local, Datelike, Duration, NaiveDate};
use chrono::{Datelike, Duration, Local, NaiveDate};
use once_cell::sync::Lazy;
use std::fmt::Display;

Expand Down

0 comments on commit 1675bbc

Please sign in to comment.