Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng committed Feb 18, 2025
1 parent a0d53b5 commit 1d733a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_worker_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func (bw *baseWorker) pollTask() {
bw.retrier.Failed()
} else {
bw.retrier.Succeeded()
if t, ok :=task.(autoConfigHintAwareTask); bw.concurrencyAutoScaler != nil && ok {
if t, ok := task.(autoConfigHintAwareTask); bw.concurrencyAutoScaler != nil && ok {
bw.concurrencyAutoScaler.ProcessPollerHint(t.getAutoConfigHint())
}
}
Expand Down

0 comments on commit 1d733a5

Please sign in to comment.