Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Oct 23, 2024
1 parent 31a14ec commit 2183fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmic-settings/src/pages/power/backend/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use chrono::{Duration, TimeDelta};
use futures::FutureExt;
use futures::future::join_all;
use futures::FutureExt;
use upower_dbus::{BatteryState, BatteryType, DeviceProxy};
use zbus::Connection;

Expand Down

0 comments on commit 2183fc3

Please sign in to comment.