Fix whitespace

This commit is contained in:
Matthew Pomes 2024-06-29 19:10:11 -05:00
parent 09c56c79c7
commit b68900f8aa
No known key found for this signature in database
GPG Key ID: B8C0D93B8D8FBDB7
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ fn formats_collide(route: &Route, other: &Route) -> bool {
}
fn types_collide(catcher: &Catcher, other: &Catcher) -> bool {
catcher.error_type.as_ref().map(|(i, _)| i) == other.error_type.as_ref().map(|(i, _)| i)
catcher.error_type.as_ref().map(|(i, _)| i) == other.error_type.as_ref().map(|(i, _)| i)
}
#[cfg(test)]