Skip to content

Commit

Permalink
satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jan 29, 2025
1 parent 3935f75 commit c9c1cc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions saffron/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ pub mod test_utils {
pub fn len(&self) -> usize {
self.0.len()
}

pub fn is_empty(&self) -> bool {
self.0.is_empty()
}
}

#[derive(Clone, Debug)]
Expand Down

0 comments on commit c9c1cc9

Please sign in to comment.