mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 02:00:24 +00:00
💩👌 make lint happy
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user