diff --git a/tests/utils.rs b/tests/utils.rs index 471a291..4fd37c9 100644 --- a/tests/utils.rs +++ b/tests/utils.rs @@ -38,9 +38,7 @@ where ignored_patterns: vec![], default_cmd: String::from("status"), show_untracked: true, - cache_file: Some( - base_path.join("test-cache-file.txt").to_path_buf(), - ), + cache_file: Some(base_path.join("test-cache-file.txt").to_path_buf()), manpage_file: None, }; test(config);