Skip to content

Commit 2729981

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 714e0a7 commit 2729981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/df/src/blocks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pub(crate) fn read_block_size(matches: &ArgMatches) -> Result<BlockSize, ParseSi
185185
} else if let Some(bytes) =
186186
parse_block_size::block_size_from_env(&["DF_BLOCK_SIZE", "BLOCK_SIZE", "BLOCKSIZE"]).found()
187187
{
188-
Ok(BlockSize::Bytes(bytes))
188+
Ok(BlockSize::Bytes(bytes))
189189
} else {
190190
Ok(BlockSize::default())
191191
}

0 commit comments

Comments
 (0)