From 4e13d5d34d87f9e32c19c9f65c139ba58c2bfa68 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 6 Jan 2026 10:25:05 -0700 Subject: [PATCH] style: Applied formatting for the lidarr_command_tests --- src/cli/lidarr/lidarr_command_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/lidarr/lidarr_command_tests.rs b/src/cli/lidarr/lidarr_command_tests.rs index 2ca231b..52e1276 100644 --- a/src/cli/lidarr/lidarr_command_tests.rs +++ b/src/cli/lidarr/lidarr_command_tests.rs @@ -76,6 +76,7 @@ mod tests { use serde_json::json; use tokio::sync::Mutex; + use crate::cli::lidarr::get_command_handler::LidarrGetCommand; use crate::{ app::App, cli::{ @@ -91,7 +92,6 @@ mod tests { }, network::{MockNetworkTrait, NetworkEvent, lidarr_network::LidarrEvent}, }; - use crate::cli::lidarr::get_command_handler::LidarrGetCommand; #[tokio::test] async fn test_lidarr_cli_handler_delegates_get_commands_to_the_get_command_handler() {