Skip to content

Commit

Permalink
refix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RWOverdijk committed May 28, 2020
1 parent 90f82fb commit 5b478e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
scope = this.lookup("number.format", options);
return this.toNumber(value, scope);
case "percentage":
return this.toPercentage(value, options);
return this.toPercentage(value, options);
default:
var localizedValue;

Expand Down

0 comments on commit 5b478e9

Please sign in to comment.