diff options
Diffstat (limited to 'azalea-world/src')
| -rwxr-xr-x | azalea-world/src/bit_storage.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea-world/src/bit_storage.rs b/azalea-world/src/bit_storage.rs index 113f23bc..f6ca4cd6 100755 --- a/azalea-world/src/bit_storage.rs +++ b/azalea-world/src/bit_storage.rs @@ -91,8 +91,7 @@ impl fmt::Display for BitStorageError { match self { BitStorageError::InvalidLength { got, expected } => write!( f, - "Invalid length given for storage, got: {}, but expected: {}", - got, expected + "Invalid length given for storage, got: {got}, but expected: {expected}", ), } } |
