From 85abeab27f5cdf9d8d5027886ef7a0f1dfa34e83 Mon Sep 17 00:00:00 2001 From: swackhamer Date: Sun, 2 Aug 2026 10:43:33 -0500 Subject: [PATCH] style: cargo fmt cli_feature_tests.rs Fix Lint & Audit CI failure on PR #429. Co-Authored-By: Claude Sonnet 5 --- tests/integration/cli_feature_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/cli_feature_tests.rs b/tests/integration/cli_feature_tests.rs index b9222e0d2..67fb7f1ad 100644 --- a/tests/integration/cli_feature_tests.rs +++ b/tests/integration/cli_feature_tests.rs @@ -160,8 +160,7 @@ fn test_cli_group_display_flag_does_not_empty_output() { "sanity check: plain -j should extract tags from this fixture" ); - let (stdout, stderr, exit_code) = - run_oxidex_command(&["-j", "-G1", "-a"], &test_file); + let (stdout, stderr, exit_code) = run_oxidex_command(&["-j", "-G1", "-a"], &test_file); assert_eq!(exit_code, 0, "stdout: {}\nstderr: {}", stdout, stderr); let json: serde_json::Value =