Skip to content

Commit

Permalink
Update db.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Jul 16, 2024
1 parent 44212ae commit e2d2744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ impl Db {
}

pub fn search(&mut self) {

if self.query.is_empty() {
self.filtered.clear();
} else if let Some(atom) = &self.needle {
Expand Down

0 comments on commit e2d2744

Please sign in to comment.