mirror of
https://github.com/sharkdp/bat.git
synced 2025-10-29 22:24:35 +00:00
Run 'cargo fmt'
This commit is contained in:
@@ -755,10 +755,7 @@ fn config_location_from_bat_config_dir_variable() {
|
||||
.arg("--config-file")
|
||||
.assert()
|
||||
.success()
|
||||
.stdout(
|
||||
predicate::str::is_match("conf/config\n")
|
||||
.unwrap()
|
||||
);
|
||||
.stdout(predicate::str::is_match("conf/config\n").unwrap());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user