From a49760934030c11e1ff18e0a8a8346e3141a79d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 2 May 2024 19:01:31 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=F0=9F=91=8C=20make=20lint=20happy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/saucenao/searcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/saucenao/searcher.go b/plugin/saucenao/searcher.go index f327501a..11f3ab94 100644 --- a/plugin/saucenao/searcher.go +++ b/plugin/saucenao/searcher.go @@ -63,7 +63,7 @@ func init() { // 插件主体 } if illust.Pid > 0 { name := strconv.FormatInt(illust.Pid, 10) - var imgs message.Message = message.Message{ + var imgs = message.Message{ message.Text( "标题: ", illust.Title, "\n", "插画ID: ", illust.Pid, "\n",