Skip to content

Commit c8c31bc

Browse files
author
Vaha
committed
#26240: added empty line before 'if'
1 parent 2f04078 commit c8c31bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ define([
778778
*/
779779
_getSelectedOptionPriceIndex: function () {
780780
var allowedProduct = this._getAllowedProductWithMinPrice(this._CalcProducts());
781+
781782
if (_.isEmpty(allowedProduct)) {
782783
return undefined;
783784
}

0 commit comments

Comments
 (0)