From ac4f4b40dfd748cd0d563893d82895e378e7f01e Mon Sep 17 00:00:00 2001 From: deboard Date: Mon, 22 Jan 2024 20:23:20 -0500 Subject: [PATCH] Ran cargo fmt. --- tests/integration_tests.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index f034cb1f..2cec4275 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -756,7 +756,6 @@ fn bat_error_to_stderr() { .assert() .failure() .stderr(predicate::str::contains("[bat error]")); - } #[test] @@ -1206,8 +1205,7 @@ fn can_print_file_starting_with_cache() { } #[test] -fn send_all_bat_error_to_stderr() { -} +fn send_all_bat_error_to_stderr() {} #[test] fn does_not_print_unwanted_file_named_cache() {