Fix CI issues

This commit is contained in:
dekrain
2022-02-19 21:18:26 +01:00
parent 0d83c5a39a
commit 31b7ce053d
2 changed files with 8 additions and 6 deletions

View File

@ -404,7 +404,7 @@ namespace osu.Game.Online.Leaderboards
var now = DateTime.Now;
var difference = now - Date;
const double seconds_to_blank = 60*45;
const double seconds_to_blank = 60 * 45;
const double tense_factor = 2.325;
double tf = Math.Pow(difference.TotalSeconds / seconds_to_blank, tense_factor);