mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Run rustfmt.
This commit is contained in:
parent
b80d79863c
commit
ee8e98bc04
3 changed files with 2 additions and 5 deletions
|
@ -748,9 +748,7 @@ where
|
|||
Component::Slotted(ref selector) | Component::Host(Some(ref selector)) => {
|
||||
selector.size_of(ops)
|
||||
},
|
||||
Component::Is(ref list) | Component::Where(ref list) => {
|
||||
list.size_of(ops)
|
||||
},
|
||||
Component::Is(ref list) | Component::Where(ref list) => list.size_of(ops),
|
||||
Component::PseudoElement(ref pseudo) => (*pseudo).size_of(ops),
|
||||
Component::Combinator(..) |
|
||||
Component::ExplicitAnyNamespace |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue