Skip to content

Commit 0cebcca

Browse files
🎨 改进代码样式 (#69)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac02a56 commit 0cebcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niu/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ func ShowAuction(gid int64) ([]AuctionInfo, error) {
347347
}
348348

349349
// Auction 购买牛牛
350-
func Auction(gid, uid int64, index int) (string, error) {
350+
func Auction(gid, uid int64, index int) (string, error) {
351351
infos, err := db.getAllNiuNiuAuction(gid)
352352
if err != nil {
353353
return "", ErrNoNiuNiuINAuction

0 commit comments

Comments
 (0)