Skip to content

Commit

Permalink
fix lint, remove rendundant return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Feb 28, 2024
1 parent 1d00e96 commit 977621d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/imageworker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,4 @@ func (w *Worker) processItem(ctx context.Context, item any) {
}

w.queue.Forget(item)
return
}

0 comments on commit 977621d

Please sign in to comment.