Skip to content

Commit 70de708

Browse files
committed
Detekt fix
1 parent 357d856 commit 70de708

File tree

1 file changed

+3
-1
lines changed
  • simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/actor/internal

1 file changed

+3
-1
lines changed

simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/actor/internal/OneBotFriendImpl.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ internal abstract class OneBotFriendImpl : AbstractSendSupport(), OneBotFriend {
6868
)
6969
}
7070

71-
override fun OneBotMessageReceipt.postSendEvent(interactionMessage: InteractionMessage): OneBotInternalMessagePostSendEvent {
71+
override fun OneBotMessageReceipt.postSendEvent(
72+
interactionMessage: InteractionMessage
73+
): OneBotInternalMessagePostSendEvent {
7274
return OneBotFriendPostSendEventImpl(
7375
content = this@OneBotFriendImpl,
7476
bot = bot,

0 commit comments

Comments
 (0)