Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Feb 28, 2022
1 parent 2af92ae commit b7cbffe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ impl Namespacer {

if let Some(combinator) = combinator {
match v.get(0) {
// `Descendant` combinator can't be the first because we removed it above
// `Descendant` combinator can't be the first because we removed it
// above
Some(ComplexSelectorChildren::Combinator(..))
if combinator.value == CombinatorValue::Descendant => {}
_ => {
Expand Down

0 comments on commit b7cbffe

Please sign in to comment.