mirror of https://github.com/ppy/osu
Remove whitespace
This commit is contained in:
parent
cc54fc5c1b
commit
ed2b39a220
|
@ -79,6 +79,6 @@ private double calculateCustomAccuracy()
|
|||
return 0;
|
||||
|
||||
return (countPerfect * 320 + countGreat * 300 + countGood * 200 + countOk * 100 + countMeh * 50) / (totalHits * 320);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue