style: Remove unneeded whitespace.

I bet it was added when this code was part of a mako file.
This commit is contained in:
Emilio Cobos Álvarez 2018-02-20 14:08:28 +01:00
parent 1359c7c218
commit 0b1f78275c
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

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