Ran cargo fmt.

This commit is contained in:
deboard 2024-01-22 20:23:20 -05:00
parent 10fd0b70e5
commit ac4f4b40df
1 changed files with 1 additions and 3 deletions

View File

@ -756,7 +756,6 @@ fn bat_error_to_stderr() {
.assert() .assert()
.failure() .failure()
.stderr(predicate::str::contains("[bat error]")); .stderr(predicate::str::contains("[bat error]"));
} }
#[test] #[test]
@ -1206,8 +1205,7 @@ fn can_print_file_starting_with_cache() {
} }
#[test] #[test]
fn send_all_bat_error_to_stderr() { fn send_all_bat_error_to_stderr() {}
}
#[test] #[test]
fn does_not_print_unwanted_file_named_cache() { fn does_not_print_unwanted_file_named_cache() {