Skip to content

Commit

Permalink
split: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Nov 9, 2023
1 parent c024b1f commit 0a08ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/split/src/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ fn custom_write_all<T: Write>(
/// For STDIN stream - read into a buffer up to a limit
/// If input stream does not EOF before that - return an error
/// (i.e. "infinite" input as in `cat /dev/zero | split ...`, `yes | split ...` etc.).
///
///
/// Note: The `buf` might end up with either partial or entire input content.
fn get_input_size<R>(
input: &String,
Expand Down

0 comments on commit 0a08ced

Please sign in to comment.