aboutsummaryrefslogtreecommitdiffstats
path: root/components/style_derive/animate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style_derive/animate.rs')
-rw-r--r--components/style_derive/animate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style_derive/animate.rs b/components/style_derive/animate.rs
index d591e3db108..0f76040156a 100644
--- a/components/style_derive/animate.rs
+++ b/components/style_derive/animate.rs
@@ -31,7 +31,7 @@ pub fn derive(mut input: DeriveInput) -> Tokens {
Err(()) => {
append_error_clause = true;
return body;
- }
+ },
};
quote! { #body #arm }
});