Skip to content

Commit

Permalink
"redundant lambda arrow"
Browse files Browse the repository at this point in the history
  • Loading branch information
j10a1n15 committed Nov 1, 2023
1 parent 728faec commit f38f616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ enum class CustomScoreboardElements (
"§9Party",
*PartyAPI.partyMembers
.takeWhile { partyCount < config.maxPartyList.get() }
.map { it ->
.map {
partyCount++
" §7- §7$it"
}
Expand Down

0 comments on commit f38f616

Please sign in to comment.