Skip to content

Commit

Permalink
Fix for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Jan 1, 2024
1 parent cb1cbb9 commit 10d5fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/scrollable_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mod tests {
self.items.is_empty()
}

fn select(&mut self, index: Option<usize>) -> () {
fn select(&mut self, index: Option<usize>) {
self.index = index;
}

Expand Down

0 comments on commit 10d5fa5

Please sign in to comment.