Skip to content

Commit

Permalink
removed excessive spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
toorshia committed Nov 8, 2015
1 parent fa937be commit 288b9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ function cutHex(str) {
}

/** Human friendly number suffix - From: http://stackoverflow.com/questions/2692323/code-golf-friendly-number-abbreviator */
function humanFriendlyNumber( n, d ) {
function humanFriendlyNumber(n, d) {
var p, d2, i, s;

p = Math.pow;
Expand Down

0 comments on commit 288b9d9

Please sign in to comment.