Skip to content

Commit 61501d8

Browse files
chore(lint): 改进代码样式 (#936)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 289e74a commit 61501d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/robbery/robbery.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ func (sql *robberyRepo) getRecord(victimID, uid int64) (ok int, err error) {
182182
return nil
183183
})
184184
return ok, err
185-
186185
}
187186

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

0 commit comments

Comments
 (0)