chore: format code

This commit is contained in:
2024-09-03 16:41:06 +08:00
parent 00c9ae7a64
commit 40aceb0b9d
7 files changed
+12 -7

No files matched your search

@@ -11,7 +11,7 @@ import cn.rtast.rob.entity.GroupMessage
import cn.rtast.rob.util.BaseCommand
import cn.rtast.rob.util.ob.OBMessage
class EchoCommand: BaseCommand() {
class EchoCommand : BaseCommand() {
override val commandNames = listOf("/echo")
override suspend fun executeGroup(listener: OBMessage, message: GroupMessage, args: List<String>) {