Skip to content

Commit

Permalink
gradlew ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 518ea31 commit ad54be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/card/PingHeng.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class PingHeng : Card {
}
}
p.size >= 1 || return false
val target = p.maxBy {
val target = p.maxBy {
abs(it!!.cards.size - 3.1).run { if (identity == Black && it.identity != Black) this / 2 else this }
}
GameExecutor.post(player.game!!, {
Expand Down

0 comments on commit ad54be6

Please sign in to comment.