From d9d0186117965a4022cda6b2271b60c1e53c7821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 8 Jul 2018 01:27:12 +0200 Subject: [PATCH] style: Trivial indentation fix. MozReview-Commit-ID: JqBxF7i0HQZ --- components/style/properties/properties.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index 63e7cc87734..f7a81167155 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -1490,7 +1490,7 @@ impl UnparsedValue { PropertyDeclaration::CSSWideKeyword(WideKeywordDeclaration { id: longhand_id, keyword, - }) + }) }) } }