style: Formatting nits in snapshot_helpers-related code.

This commit is contained in:
Emilio Cobos Álvarez 2017-12-01 20:36:15 +01:00
parent bea7b31445
commit a4cb6b8f09
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 19 additions and 13 deletions

View file

@ -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]