Merge pull request #3248 from sslavic/patch-1

Remove extra space
This commit is contained in:
jetstack-bot 2020-09-04 18:47:07 +01:00 committed by GitHub
commit 4abc7f16b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ func (b *controller) worker(ctx context.Context) {
b.metrics.IncrementSyncCallCount(b.name)
if err := b.syncHandler(ctx, key); err != nil {
log.Error(err, "re-queuing item due to error processing")
log.Error(err, "re-queuing item due to error processing")
b.queue.AddRateLimited(obj)
return
}