Skip to content

Commit

Permalink
run cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
peap committed Jun 8, 2024
1 parent 4dfeae8 commit 339352c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 339352c

Please sign in to comment.