Skip to content

Commit 02cd79d

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

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
@@ -385,7 +385,7 @@ define([
385385
isInProductView = false;
386386

387387
productId = this.element.parents('.product-item-details')
388-
.find('.price-box.price-final_price').attr('data-product-id');
388+
.find('.price-box.price-final_price').attr('data-product-id');
389389

390390
if (!productId) {
391391
// Check individual product.

0 commit comments

Comments
 (0)