chore(buf): format a line for ci

This commit is contained in:
Cain 2024-09-07 00:58:27 +01:00
parent 786e9dad94
commit 4784e0a281

View file

@ -149,7 +149,8 @@ impl<'a, B: ByteOrder> Buffer<'a, B> {
if self.cursor > self.data_length() {
return Err(PacketUnderflow.context(format!(
"Cursor position {} is out of bounds when reading string. Buffer length: {}",
self.cursor, self.data_length()
self.cursor,
self.data_length()
)));
}