Remove whitespace

This commit is contained in:
Dan Balasescu 2022-10-11 13:53:18 +09:00
parent cc54fc5c1b
commit ed2b39a220
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,6 @@ private double calculateCustomAccuracy()
return 0;
return (countPerfect * 320 + countGreat * 300 + countGood * 200 + countOk * 100 + countMeh * 50) / (totalHits * 320);
}
}
}
}