Skip to content

Commit

Permalink
style: Remove unneeded whitespace.
Browse files Browse the repository at this point in the history
I bet it was added when this code was part of a mako file.
  • Loading branch information
emilio committed Feb 20, 2018
1 parent bf8f324 commit e28ca18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/style/properties/declaration_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -928,7 +928,7 @@ impl PropertyDeclarationBlock {
};

// Substeps 7 and 8
append_serialization::<Cloned<slice::Iter< _>>, _>(
append_serialization::<Cloned<slice::Iter<_>>, _>(
dest,
&shorthand,
value,
Expand Down

0 comments on commit e28ca18

Please sign in to comment.