Skip to content

Commit

Permalink
🎨 改进代码样式
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2022
1 parent 7001ad2 commit 895f436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/saucenao/searcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func init() { // 插件主体
}
})
resp, err := http.Head(result.Header.Thumbnail)
//msg := make(message.Message, 0, 3)
// msg := make(message.Message, 0, 3)
msg := message.Message{ctxext.FakeSenderForwardNode(ctx, message.Text("搜图结果"))}
if s > 0.8 {
msg = append(msg, message.Text("我有把握是这个!"))
Expand Down

0 comments on commit 895f436

Please sign in to comment.