mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-07 13:41:14 +00:00
Ran cargo fmt.
This commit is contained in:
parent
10fd0b70e5
commit
ac4f4b40df
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user