Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali2y committed Dec 3, 2024
1 parent a734ed6 commit fbd75ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/sortcheck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub fn run(argv: &[&str]) -> CliResult<()> {

let headers = rdr.byte_headers()?.clone();
let sel = rconfig.selection(&headers)?;
let record_count;
let mut record_count;

// prep progress bar
#[cfg(any(feature = "feature_capable", feature = "lite"))]
Expand Down

0 comments on commit fbd75ad

Please sign in to comment.