Skip to content

Commit 16aba1c

Browse files
author
Cameron Wright
committed
fixing lint issue
1 parent 17944cf commit 16aba1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/tests/suite_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ func GetNodePort(portAmount int32) int32 {
280280
if k8sClient == nil {
281281
fmt.Println("WARNING: k8sClient not initialized yet skipping Kubernetes service check")
282282
} else {
283-
284283
var serviceList corev1.ServiceList
285284
if err := k8sClient.List(context.Background(), &serviceList); err == nil {
286285
fmt.Printf("GetNodePort: Found %d services to check for nodeports\n", len(serviceList.Items))

0 commit comments

Comments
 (0)