Skip to content

Commit 47a53b5

Browse files
author
niravkrish
committed
Remove White Space
1 parent 11b9b44 commit 47a53b5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/view/frontend/web/js/view/checkout/summary

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/frontend/web/js/view/checkout/summary/tax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ define([
114114
_.each(rates, function (rate) {
115115
totalPercentage += parseFloat(rate.percent);
116116
});
117-
117+
118118
return this.getFormattedPrice(this.getPercentAmount(amount, totalPercentage, percentage));
119119
},
120120

0 commit comments

Comments
 (0)