fix prettier

pull/2575/head
Redouan 2023-05-09 15:02:58 +02:00 committed by Johan Girod
parent a5a094a486
commit bc2f98c23c
1 changed files with 1 additions and 3 deletions

View File

@ -79,9 +79,7 @@ function simpleRoundedPer(values: Array<number>, logScale: number) {
const total = values.reduce(sum, 0)
if (total === 0) {
return values.map(() =>
{return 0}
)
return values.map(() => 0)
}
// By default we are talking percentages, but this can be per-mille or more