mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-24 16:53:55 +01:00
Ran cargo fmt.
This commit is contained in:
parent
10fd0b70e5
commit
ac4f4b40df
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user