Skip to content

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Feb 10, 2025
1 parent 7f5903d commit 9ca3ba9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cmd/sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,7 @@ fn do_weighted_sampling<T: Rng + ?Sized>(
}

if selected_len < sample_size {
wwarn!(
"Could only sample {selected_len} records out of requested {sample_size}"
);
wwarn!("Could only sample {selected_len} records out of requested {sample_size}");
}

Ok(())
Expand Down

0 comments on commit 9ca3ba9

Please sign in to comment.