Skip to content

Commit e74210e

Browse files
committed
Static tests failure::Expected indentation of 16 spaces but found 20.
1 parent 02cd79d commit e74210e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Swatches/view/base/web/js/swatch-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ define([
854854
*/
855855
_toggleCheckedAttributes: function ($this, $wrapper) {
856856
$wrapper.attr('aria-activedescendant', $this.attr('id'))
857-
.find('.' + this.options.classes.optionClass).attr('aria-checked', false);
857+
.find('.' + this.options.classes.optionClass).attr('aria-checked', false);
858858
$this.attr('aria-checked', true);
859859
},
860860

0 commit comments

Comments
 (0)