Skip to content

Commit 02fc8f0

Browse files
committed
Remove redundant type
1 parent f70f44d commit 02fc8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/rabbitmq_client_factory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var _ = Describe("RabbitholeClientFactory", func() {
8181
Spec: corev1.ServiceSpec{
8282
ClusterIP: fakeRabbitMQURL.Hostname(),
8383
Ports: []corev1.ServicePort{
84-
corev1.ServicePort{
84+
{
8585
Name: "management",
8686
Port: int32(fakeRabbitMQPort),
8787
},

0 commit comments

Comments
 (0)