Skip to content

Commit

Permalink
split: refactor filename suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Nov 6, 2023
1 parent 0a31e46 commit 0293504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/split/src/filenames.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,4 @@ mod tests {
let it = FilenameIterator::new("chunk_", &suffix);
assert!(it.is_err());

Check failure on line 519 in src/uu/split/src/filenames.rs

View workflow job for this annotation

GitHub Actions / Style/format (ubuntu-latest, feat_os_unix)

ERROR: `cargo fmt`: style violation (file:'src/uu/split/src/filenames.rs', line:519; use `cargo fmt -- "src/uu/split/src/filenames.rs"`)
}
}
}

0 comments on commit 0293504

Please sign in to comment.