From ef1787c800882e38511e4e5f4188665e9f7363d6 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Sat, 23 Nov 2024 15:52:45 +0100 Subject: [PATCH] Remove unneeded underscores --- modules/round/src/main/PerfsUpdater.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/round/src/main/PerfsUpdater.scala b/modules/round/src/main/PerfsUpdater.scala index ac3ecb84e5ead..34f03ba6ff6c6 100644 --- a/modules/round/src/main/PerfsUpdater.scala +++ b/modules/round/src/main/PerfsUpdater.scala @@ -24,7 +24,7 @@ final class PerfsUpdater( .flatMap: if _ then fuccess(none) else if farming.newAccountBoosting(game, users) then fuccess(none) - else calculateRatingAndPerfs(game, users).fold(fuccess(none))(saveRatings(_, _, _, _, _, _)) + else calculateRatingAndPerfs(game, users).fold(fuccess(none))(saveRatings) private def calculateRatingAndPerfs(game: Game, users: ByColor[UserWithPerfs]) = for