From 435a06bb96a6285756bc1ec2b36a7612fc8397cf Mon Sep 17 00:00:00 2001 From: Tanmay Jain Date: Mon, 15 Apr 2024 00:16:09 +0530 Subject: [PATCH] fix lint --- test/cluster_helper.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cluster_helper.go b/test/cluster_helper.go index d1af3fe5f..49a52b655 100644 --- a/test/cluster_helper.go +++ b/test/cluster_helper.go @@ -1006,7 +1006,6 @@ func createDummyAerospikeClusterWithoutStorage( return createDummyAerospikeClusterWithRFAndStorage(clusterNamespacedName, size, 1, nil) } - func createDummyAerospikeClusterWithRF( clusterNamespacedName types.NamespacedName, size int32, rf int, ) *asdbv1.AerospikeCluster {