mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore(buf): format a line for ci
This commit is contained in:
parent
786e9dad94
commit
4784e0a281
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue