mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01: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