From 3a1539ccde2b3d30bfea84a620683f988cb9e577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 23 Feb 2019 20:55:08 -0800 Subject: [PATCH] style: Appease tidy. --- components/style/values/specified/transform.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/values/specified/transform.rs b/components/style/values/specified/transform.rs index 77c92c36654..c4f43735498 100644 --- a/components/style/values/specified/transform.rs +++ b/components/style/values/specified/transform.rs @@ -231,7 +231,7 @@ impl Parse for Transform { } /// The specified value of a component of a CSS ``. -#[derive(Clone, Debug, MallocSizeOf, PartialEq, Parse, SpecifiedValueInfo, ToCss)] +#[derive(Clone, Debug, MallocSizeOf, Parse, PartialEq, SpecifiedValueInfo, ToCss)] pub enum OriginComponent { /// `center` Center,