Skip to content

Commit 05ed8a9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rust/bytebuffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl ByteBuffer {
2121
pub fn len(&self) -> usize {
2222
self.buffer.len()
2323
}
24-
24+
2525
pub fn is_empty(&self) -> bool {
2626
self.buffer.is_empty()
2727
}

0 commit comments

Comments
 (0)