Skip to content

Commit

Permalink
chore: rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 24, 2024
1 parent b4af56e commit 5d3379b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_joinp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ fn setup(name: &str) -> Workdir {

let out_file2 = wrk.path("places.csv.sz").to_string_lossy().to_string();
let mut cmd = wrk.command("snappy");
cmd
.arg("compress")
cmd.arg("compress")
.arg("places.csv")
.args(["--output", &out_file2]);
wrk.assert_success(&mut cmd);
Expand Down

0 comments on commit 5d3379b

Please sign in to comment.