aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/bitset.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-core/src/bitset.rs')
-rwxr-xr-xazalea-core/src/bitset.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-core/src/bitset.rs b/azalea-core/src/bitset.rs
index 41d43165..266bdc62 100755
--- a/azalea-core/src/bitset.rs
+++ b/azalea-core/src/bitset.rs
@@ -77,7 +77,8 @@ impl BitSet {
}
}
- /// Returns the maximum potential items in the BitSet. This will be divisible by 64.
+ /// Returns the maximum potential items in the BitSet. This will be
+ /// divisible by 64.
fn len(&self) -> usize {
self.data.len() * 64
}