Skip to content

Commit

Permalink
ci(chore): Fix stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2021
1 parent a526ec6 commit 17d9830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolq/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (bot *CQBot) privateMessageEvent(c *client.QQClient, m *message.PrivateMess
}
log.Infof("收到好友 %v(%v) 的消息: %v (%v)", m.Sender.DisplayName(), m.Sender.Uin, cqm, id)
fm := MSG{
"post_type": func() string {
"post_type": func() string {
if m.Sender.Uin == bot.Client.Uin {
return "message_sent"
}
Expand Down

0 comments on commit 17d9830

Please sign in to comment.