From 1405851897aa7f4f3249f60e232d4959ef0a0803 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Thu, 22 Dec 2022 19:55:58 -0800 Subject: [PATCH] Fix indent in stroke-width.html (#37668) --- .../the-stylepropertymap/properties/stroke-width.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/css-typed-om/the-stylepropertymap/properties/stroke-width.html b/css/css-typed-om/the-stylepropertymap/properties/stroke-width.html index 08167ce988a6a51..abe7098a443c0c0 100644 --- a/css/css-typed-om/the-stylepropertymap/properties/stroke-width.html +++ b/css/css-typed-om/the-stylepropertymap/properties/stroke-width.html @@ -22,11 +22,11 @@ syntax: '', specified: assert_is_equal_with_range_handling, computed: (input, result) => { - const percent = input.to('percent').value; - if (percent < 0) - assert_style_value_equals(result, new CSSUnitValue(0, 'percent')); - else - assert_style_value_equals(result, new CSSUnitValue(percent, 'percent')); + const percent = input.to('percent').value; + if (percent < 0) + assert_style_value_equals(result, new CSSUnitValue(0, 'percent')); + else + assert_style_value_equals(result, new CSSUnitValue(percent, 'percent')); } }, {