Skip to content

Commit

Permalink
chore(lint): 改进代码样式 (#1040)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 20, 2024
1 parent 4b0a2a1 commit 814fa0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions plugin/niuniu/draw.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ package niuniu

import (
"fmt"
"image"
"net/http"

"github.com/FloatTech/floatbox/file"
"github.com/FloatTech/rendercard"
"github.com/FloatTech/zbputils/control"
"github.com/FloatTech/zbputils/img/text"
"image"
"net/http"
)

type drawUserRanking struct {
Expand Down
1 change: 0 additions & 1 deletion plugin/niuniu/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ func init() {
return
}
ctx.SendChain(message.ImageBytes(buf))

})
en.OnFullMatch("牛子深度排行", zero.OnlyGroup, getdb).SetBlock(true).Handle(func(ctx *zero.Ctx) {
gid := ctx.Event.GroupID
Expand Down

0 comments on commit 814fa0c

Please sign in to comment.