Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Apr 7, 2023
1 parent 22cd257 commit 355125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agenda.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl relm::Widget for Widget {
.calendar
.select_month(date.month0(), date.year() as u32);
self.widgets.calendar.select_day(date.day());
},
}
}
}

Expand Down

0 comments on commit 355125e

Please sign in to comment.