Skip to content

Commit f8e8ef2

Browse files
committed
fix: remove reduntant unused line
1 parent 2c56715 commit f8e8ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/networking/ingress_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var _ = Describe("Ingress Controller", func() {
7373
IngressRuleValue: networkingv1.IngressRuleValue{
7474
HTTP: &networkingv1.HTTPIngressRuleValue{
7575
Paths: []networkingv1.HTTPIngressPath{
76-
networkingv1.HTTPIngressPath{
76+
{
7777
Path: fmt.Sprintf("/%s", testPath),
7878
PathType: &pathTypeImplementationSpecific,
7979
Backend: networkingv1.IngressBackend{

0 commit comments

Comments
 (0)