mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
style: Formatting nits in snapshot_helpers-related code.
This commit is contained in:
parent
bea7b31445
commit
a4cb6b8f09
2 changed files with 19 additions and 13 deletions
|
@ -2135,10 +2135,12 @@ impl<'le> ::selectors::Element for GeckoElement<'le> {
|
|||
return false;
|
||||
}
|
||||
|
||||
snapshot_helpers::has_class(self.0,
|
||||
name,
|
||||
case_sensitivity,
|
||||
Gecko_ClassOrClassList)
|
||||
snapshot_helpers::has_class(
|
||||
self.0,
|
||||
name,
|
||||
case_sensitivity,
|
||||
Gecko_ClassOrClassList,
|
||||
)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue