Skip to content

Commit

Permalink
cargo formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed May 16, 2024
1 parent 3a426fe commit 768d128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitarray/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ impl<const B: usize> BitArray<B> {
}

/// Checks if the `BitArray` is empty.
///
///
/// # Returns
///
///
/// `true` if the `BitArray` is empty, `false` otherwise.
pub fn is_empty(&self) -> bool {
self.len == 0
Expand Down

0 comments on commit 768d128

Please sign in to comment.