Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Aug 1, 2024
1 parent 2e7b57e commit 57d8655
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,10 +815,7 @@ mod test {

let sliver = config.files.get(&PathBuf::from("sliver")).unwrap();

assert_eq!(
cat,
&FileTarget::Automatic(PathBuf::from("~/.QuarticCat"))
);
assert_eq!(cat, &FileTarget::Automatic(PathBuf::from("~/.QuarticCat")));

assert_eq!(
derby,
Expand Down

0 comments on commit 57d8655

Please sign in to comment.