Skip to content

Commit 21008e0

Browse files
committed
style: fix import ordering per rustfmt
1 parent 713d5ff commit 21008e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/src/services/connection_manager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ use tokio_tungstenite::{
1919
use crate::config::connection::{JITTER_MAX_SECS, RETRY_BACKOFF_SECS};
2020
use crate::db::Database;
2121
use crate::error::AppError;
22+
#[cfg(windows)]
23+
use crate::models::AppSettings;
2224
use crate::models::{
2325
normalize_url, Notification, NotificationDisplayMethod, NtfyMessage, Subscription,
2426
};
25-
#[cfg(windows)]
26-
use crate::models::AppSettings;
2727
use crate::services::TrayManager;
2828

2929
/// Connection entry storing both the shutdown sender and a unique connection ID.

0 commit comments

Comments
 (0)