Skip to content

Commit

Permalink
Remove White Space
Browse files Browse the repository at this point in the history
  • Loading branch information
niravkrish committed Jan 30, 2019
1 parent 11b9b44 commit 47a53b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ define([
_.each(rates, function (rate) {
totalPercentage += parseFloat(rate.percent);
});

return this.getFormattedPrice(this.getPercentAmount(amount, totalPercentage, percentage));
},

Expand Down

0 comments on commit 47a53b5

Please sign in to comment.