Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
  • Loading branch information
ryanabx committed Aug 22, 2024
1 parent c400649 commit 4896692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/settings_tray/clock_subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ use std::{

use chrono::{Timelike, Utc};
use iced::{
futures::{SinkExt, Stream},
futures::SinkExt,
widget::{
column,
text::{self, Style},
text::{Style},
},
Color, Command, Subscription,
Color, Command,
};

#[derive(Clone, Debug)]
Expand Down
2 changes: 1 addition & 1 deletion src/settings_tray/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use clock_subscription::{Clock, ClockMessage};
use iced::widget::{row, text};
use iced::widget::row;

mod clock_subscription;

Expand Down

0 comments on commit 4896692

Please sign in to comment.