From 35fd368cb67595ac2612ec35a450becb6e86b6e9 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Mon, 7 Oct 2024 15:36:03 +0800 Subject: [PATCH] chore: format code --- .../kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt b/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt index 52efdbb..6149aad 100644 --- a/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt +++ b/src/main/kotlin/cn/rtast/fancybot/commands/misc/AntiRevokeCommand.kt @@ -31,6 +31,5 @@ class AntiRevokeCommand : BaseCommand() { msgList.addAll(getMsg.message) listener.sendGroupMessage(message.groupId, msgList) insertActionRecord(CommandAction.AntiRevoke, message.sender.userId, getMsg.messageId.toString()) - } } \ No newline at end of file