chore(format): with new config

This commit is contained in:
Cain 2025-04-20 23:06:55 +01:00
parent 0a7ba6848e
commit 8160a866b0
4 changed files with 9 additions and 10 deletions

View file

@ -137,9 +137,8 @@ impl<'a, B: ByteOrder> Buffer<'a, B> {
/// # Arguments
///
/// * `until` - An optional delimiter. If provided, the method will read
/// until this
/// delimiter is encountered. If not provided, the method will read until
/// the default delimiter of the decoder.
/// until this delimiter is encountered. If not provided, the method will
/// read until the default delimiter of the decoder.
///
/// # Errors
///