Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 25, 2023
1 parent dd6f72c commit b8feac9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_frequency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ fn frequency_limit() {
#[test]
fn frequency_asc() {
let (wrk, mut cmd) = setup("frequency_asc");
cmd
.args(["--select", "h2"])
.arg("--asc");
cmd.args(["--select", "h2"]).arg("--asc");

let mut got: Vec<Vec<String>> = wrk.read_stdout(&mut cmd);
got.sort();
Expand Down

0 comments on commit b8feac9

Please sign in to comment.