Skip to content

Commit

Permalink
Merge pull request #987 from Abirdcfly/patch-1
Browse files Browse the repository at this point in the history
delete dumplicate return
  • Loading branch information
Slach authored Aug 9, 2022
2 parents 3b51c4d + 0b9ccfb commit b29ea8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/chi/type_cmd_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ func (r ReconcileEndpoints) Handle() queue.T {
return "ReconcileEndpoints" + ":" + r.old.Namespace + "/" + r.old.Name
}
return ""
return ""
}

// NewReconcileEndpoints creates new reconcile endpoints queue item
Expand Down

0 comments on commit b29ea8a

Please sign in to comment.