Skip to content

Commit 41292ba

Browse files
chore(lint): 改进代码样式 (#1284)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5b70d7 commit 41292ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import (
104104
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/gif" // 制图
105105
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/github" // 搜索GitHub仓库
106106
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/guessmusic" // 猜歌
107-
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/handou" // 猜成语
107+
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/handou" // 猜成语
108108
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/hitokoto" // 一言
109109
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/hs" // 炉石
110110
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/hyaku" // 百人一首

plugin/handou/game.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ func init() {
223223
message.Text("回答错误。"),
224224
),
225225
)
226-
227226
}
228227
}
229228
}

0 commit comments

Comments
 (0)