style: spotlessApply
This commit is contained in:
+7
-1
@@ -192,7 +192,13 @@ private fun chatroomLazyKey(
|
|||||||
}
|
}
|
||||||
|
|
||||||
is ChatroomKeyable -> {
|
is ChatroomKeyable -> {
|
||||||
PrivateChatLazyKey(event.chatroomKey(myPubKey).users.sorted().joinToString(","))
|
PrivateChatLazyKey(
|
||||||
|
event
|
||||||
|
.chatroomKey(myPubKey)
|
||||||
|
.users
|
||||||
|
.sorted()
|
||||||
|
.joinToString(","),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
else -> {
|
else -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user