Skip to content

Commit

Permalink
🎨 改进代码样式 (#69)
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 Jan 20, 2025
1 parent ac02a56 commit 0cebcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niu/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func ShowAuction(gid int64) ([]AuctionInfo, error) {
}

// Auction 购买牛牛
func Auction(gid, uid int64, index int) (string, error) {
func Auction(gid, uid int64, index int) (string, error) {
infos, err := db.getAllNiuNiuAuction(gid)
if err != nil {
return "", ErrNoNiuNiuINAuction
Expand Down

0 comments on commit 0cebcca

Please sign in to comment.