Skip to content

Commit 1258205

Browse files
committed
chore: fmt
1 parent 75f1651 commit 1258205

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/use_calendar.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ where
226226
pub dates: Signal<Vec<CalendarDate>>,
227227
}
228228

229-
230229
/// Utility enum to represent a calendar date. Implements [`Deref`] to [`chrono::NaiveDate`](https://docs.rs/chrono/latest/chrono/struct.NaiveDate.html).
231230
#[derive(Clone, Copy, PartialEq)]
232231
pub enum CalendarDate {

0 commit comments

Comments
 (0)