mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Try random whitespace changes to maybe fix an issue that I can not reproduce.
This commit is contained in:
parent
4d80cfb404
commit
8186d4d429
1 changed files with 4 additions and 3 deletions
|
@ -1523,9 +1523,10 @@ impl PropertyDeclaration {
|
|||
if !seen.get_${sub_property.ident}() {
|
||||
seen.set_${sub_property.ident}();
|
||||
result_list.push(${sub_property.ident}_declaration(
|
||||
CSSWideKeyword(${
|
||||
"Inherit" if sub_property.style_struct.inherited else "Initial"
|
||||
})));
|
||||
CSSWideKeyword(
|
||||
${"Inherit" if sub_property.style_struct.inherited else "Initial"}
|
||||
)
|
||||
));
|
||||
}
|
||||
% endfor
|
||||
ValidOrIgnoredDeclaration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue