mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Remove unneeded whitespace.
I bet it was added when this code was part of a mako file.
This commit is contained in:
parent
1359c7c218
commit
0b1f78275c
1 changed files with 2 additions and 2 deletions
|
@ -788,7 +788,7 @@ impl PropertyDeclarationBlock {
|
|||
// properties in a declaration block, and that custom
|
||||
// properties can't be part of a shorthand, we can just care
|
||||
// about them here.
|
||||
append_serialization::<Cloned<slice::Iter< _>>, _>(
|
||||
append_serialization::<Cloned<slice::Iter<_>>, _>(
|
||||
dest,
|
||||
&property,
|
||||
AppendableValue::Declaration(declaration),
|
||||
|
@ -928,7 +928,7 @@ impl PropertyDeclarationBlock {
|
|||
};
|
||||
|
||||
// Substeps 7 and 8
|
||||
append_serialization::<Cloned<slice::Iter< _>>, _>(
|
||||
append_serialization::<Cloned<slice::Iter<_>>, _>(
|
||||
dest,
|
||||
&shorthand,
|
||||
value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue