💩👌 make lint happy

This commit is contained in:
源文雨 2022-05-13 13:12:39 +08:00
parent 5ce44fb161
commit a7387dcf22
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ func (db *婚姻登记) 登记情况(gid int64, ctx *zero.Ctx) string {
w.WriteString("群老公←———→群老婆\n-----------")
for husband, wife := range mp {
if husband > 0 {
w.WriteByte('\n')
_ = w.WriteByte('\n')
w.WriteString(ctx.CardOrNickName(husband))
w.WriteString(" & ")
w.WriteString(ctx.CardOrNickName(wife))

View File

@ -129,7 +129,7 @@ func init() { // 插件主体
}
})
resp, err := http.Head(result.Header.Thumbnail)
var msg message.Message = make(message.Message, 0, 3)
msg := make(message.Message, 0, 3)
if s > 0.8 {
msg = append(msg, message.Text("我有把握是这个!"))
} else {