Skip to content

Commit

Permalink
Remove unneeded underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Nov 23, 2024
1 parent baf63e4 commit ef1787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/round/src/main/PerfsUpdater.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1787c

Please sign in to comment.