mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rustfmt and fix tidy on recent changes.
This commit is contained in:
parent
6eedebe2c8
commit
ed2e9ce482
16 changed files with 78 additions and 57 deletions
|
@ -298,8 +298,7 @@ impl MediaFeatureExpression {
|
|||
|
||||
#[cfg(feature = "gecko")]
|
||||
{
|
||||
if starts_with_ignore_ascii_case(feature_name, "-webkit-")
|
||||
{
|
||||
if starts_with_ignore_ascii_case(feature_name, "-webkit-") {
|
||||
feature_name = &feature_name[8..];
|
||||
requirements.insert(ParsingRequirements::WEBKIT_PREFIX);
|
||||
if unsafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue