Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jun 12, 2024
1 parent 03c314d commit 34093f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mls-rs/src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ mod map_impl {
}

fn find(&self, key: &K) -> Option<usize> {
self.0
.iter()
.position(|(k, _)| k == key)
self.0.iter().position(|(k, _)| k == key)
}
}
}
Expand Down

0 comments on commit 34093f4

Please sign in to comment.