From 1675bbce53a65ec3ad48ca3dd4f5c706655aa7bc Mon Sep 17 00:00:00 2001 From: Redhawk18 Date: Thu, 14 Sep 2023 15:49:41 -0400 Subject: [PATCH] run `cargo fmt` on the wrong project --- src/core/date.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/date.rs b/src/core/date.rs index 40892d9e..96f75402 100644 --- a/src/core/date.rs +++ b/src/core/date.rs @@ -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;