From c4b71c5b7fb456ec38c89cff9ebb22021466e2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 6 Jul 2022 13:59:15 +0200 Subject: [PATCH] style: Minor indentation fix. DONTBUILD MANUAL PUSH: White-space only change --- components/style/properties/longhands/position.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/position.mako.rs b/components/style/properties/longhands/position.mako.rs index 88c5ee3a8b9..d757e5663d9 100644 --- a/components/style/properties/longhands/position.mako.rs +++ b/components/style/properties/longhands/position.mako.rs @@ -476,5 +476,5 @@ ${helpers.predefined_type( gecko_pref="layout.css.contain-intrinsic-size.enabled", spec="https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override", animation_value_type="none", -)} + )} % endfor