style: Applied formatting to recently merged in files

This commit is contained in:
2025-12-15 08:37:54 -07:00
parent 5da741f3a9
commit e2c44583e8
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
use std::sync::Arc;
use anyhow::Result;
use clap::{command, Subcommand};
use clap::{Subcommand, command};
use tokio::sync::Mutex;
use crate::{
app::App,
cli::{CliCommandHandler, Command},
network::{radarr_network::RadarrEvent, NetworkTrait},
network::{NetworkTrait, radarr_network::RadarrEvent},
};
use super::RadarrCommand;