Skip to content

Commit 3e0c5a7

Browse files
committed
Indent issue fixed
1 parent ceb8597 commit 3e0c5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ define([
16441644
resolveModulo(qty, $.mage.parseNumber(params.qtyIncrements)) === 0.0;
16451645

16461646
if ($(element).data('no-validation-for-zero-qty') === true && qty === 0) {
1647-
return true;
1647+
return true;
16481648
}
16491649
result = qty > 0;
16501650

0 commit comments

Comments
 (0)