Skip to content

Commit

Permalink
no sign on zeroes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf committed Jun 23, 2023
1 parent 8d437ac commit 1d1affd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stats_compare.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const pctFormat = {
style: "percent",
minimumFractionDigits: 1,
maximumFractionDigits: 1,
signDisplay: "always",
signDisplay: "exceptZero",
};

const summaryChange = `
Expand Down

0 comments on commit 1d1affd

Please sign in to comment.