From 0a08ced1341a8369a80ceb055f9a8d7cf1f2b12f Mon Sep 17 00:00:00 2001 From: zhitkoff Date: Thu, 9 Nov 2023 13:04:05 -0500 Subject: [PATCH] split: formatting --- src/uu/split/src/split.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/split/src/split.rs b/src/uu/split/src/split.rs index fa3d271d96..592e4eedde 100644 --- a/src/uu/split/src/split.rs +++ b/src/uu/split/src/split.rs @@ -635,7 +635,7 @@ fn custom_write_all( /// 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( input: &String,