Skip to content

Commit

Permalink
split: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Oct 20, 2023
1 parent 91c7581 commit 71c3a4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/uu/split/src/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,7 @@ struct Settings {
suffix_type: SuffixType,
suffix_length: usize,
suffix_start: usize,
/// Whether or not suffix should automatically widen,
/// i.e. go beyond suffix_length
/// Whether or not suffix length should automatically widen
suffix_auto_widening: bool,
additional_suffix: String,
input: String,
Expand Down

0 comments on commit 71c3a4d

Please sign in to comment.