style: spotlessApply

This commit is contained in:
Claude
2026-04-27 15:36:34 +00:00
parent d9ba7187ca
commit 298fcb7185
@@ -192,7 +192,13 @@ private fun chatroomLazyKey(
}
is ChatroomKeyable -> {
PrivateChatLazyKey(event.chatroomKey(myPubKey).users.sorted().joinToString(","))
PrivateChatLazyKey(
event
.chatroomKey(myPubKey)
.users
.sorted()
.joinToString(","),
)
}
else -> {