Skip to content

Commit

Permalink
chore(lint): 改进代码样式 (#936)
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 Jul 24, 2024
1 parent 289e74a commit 61501d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/robbery/robbery.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func (sql *robberyRepo) getRecord(victimID, uid int64) (ok int, err error) {
return nil
})
return ok, err

}

func (sql *robberyRepo) insertRecord(vid int64, uid int64) error {
Expand Down

0 comments on commit 61501d8

Please sign in to comment.