chore: format code

This commit is contained in:
2024-10-07 15:36:03 +08:00
parent 63c1de608d
commit 35fd368cb6
1 file changed
-1
@@ -31,6 +31,5 @@ class AntiRevokeCommand : BaseCommand() {
msgList.addAll(getMsg.message) msgList.addAll(getMsg.message)
listener.sendGroupMessage(message.groupId, msgList) listener.sendGroupMessage(message.groupId, msgList)
insertActionRecord(CommandAction.AntiRevoke, message.sender.userId, getMsg.messageId.toString()) insertActionRecord(CommandAction.AntiRevoke, message.sender.userId, getMsg.messageId.toString())
} }
} }