💩👌 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))