diff --git a/components/selectors/matching.rs b/components/selectors/matching.rs index 634ed90d62f..244572b53bd 100644 --- a/components/selectors/matching.rs +++ b/components/selectors/matching.rs @@ -914,8 +914,8 @@ where is_from_end, cache.as_deref_mut(), ); - if let Some(c) = cache.as_mut() { - c.insert(element.opaque(), i) + if let Some(c) = cache.as_mut() { + c.insert(element.opaque(), i) } i };