Skip to content

Commit 48a29f7

Browse files
committed
lint
1 parent d15ce96 commit 48a29f7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

contrib/example-backend/controllers/clusterbinding/clusterbinding_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ func (r *ClusterBindingReconciler) Reconcile(ctx context.Context, req ctrl.Reque
234234
return ctrl.Result{}, fmt.Errorf("failed to update ClusterBinding status: %w", err)
235235
}
236236
logger.Info("ClusterBinding status updated", "namespace", clusterBinding.Namespace, "name", clusterBinding.Name)
237-
238237
}
239238

240239
return ctrl.Result{}, nil

test/e2e/bind/happy-case_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import (
4242
)
4343

4444
func TestClusterScoped(t *testing.T) {
45-
4645
// cluster scoped resource, with cluster scoped informers
4746
testHappyCase(t, apiextensionsv1.ClusterScoped, kubebindv1alpha2.ClusterScope)
4847
}

0 commit comments

Comments
 (0)