Skip to content

Commit 646d42a

Browse files
author
Ha Van
committed
[CORE-119212] - fix lint and logging
1 parent 36c4b19 commit 646d42a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/resources/kafka/poddisruptionbudget.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ func (r *Reconciler) podDisruptionBudgetControllers(log logr.Logger) (runtime.Ob
7070
}
7171

7272
func (r *Reconciler) podDisruptionBudget(name string, podSelectorLabels map[string]string, minAvailable intstr.IntOrString) (runtime.Object, error) {
73-
7473
return &policyv1.PodDisruptionBudget{
7574
TypeMeta: metav1.TypeMeta{
7675
Kind: "PodDisruptionBudget",

0 commit comments

Comments
 (0)