Skip to content

Commit b68900f

Browse files
committed
Fix whitespace
1 parent 09c56c7 commit b68900f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/src/router/collider.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ fn formats_collide(route: &Route, other: &Route) -> bool {
210210
}
211211

212212
fn types_collide(catcher: &Catcher, other: &Catcher) -> bool {
213-
catcher.error_type.as_ref().map(|(i, _)| i) == other.error_type.as_ref().map(|(i, _)| i)
213+
catcher.error_type.as_ref().map(|(i, _)| i) == other.error_type.as_ref().map(|(i, _)| i)
214214
}
215215

216216
#[cfg(test)]

0 commit comments

Comments
 (0)