From 0b1f78275cb1722d595bacef87e2b2a3f8329f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 20 Feb 2018 14:08:28 +0100 Subject: [PATCH] style: Remove unneeded whitespace. I bet it was added when this code was part of a mako file. --- components/style/properties/declaration_block.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/properties/declaration_block.rs b/components/style/properties/declaration_block.rs index baf68d071b0..6ef2c0e73ea 100644 --- a/components/style/properties/declaration_block.rs +++ b/components/style/properties/declaration_block.rs @@ -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::>, _>( + append_serialization::>, _>( dest, &property, AppendableValue::Declaration(declaration), @@ -928,7 +928,7 @@ impl PropertyDeclarationBlock { }; // Substeps 7 and 8 - append_serialization::>, _>( + append_serialization::>, _>( dest, &shorthand, value,