Skip to content

Commit 1a0a168

Browse files
committed
gofmt
1 parent ddba146 commit 1a0a168

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conformance/tests/httproute-backend-protocol-h2c.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ var HTTPRouteBackendProtocolH2C = suite.ConformanceTest{
7575
Headers: map[string]string{
7676
"HTTP2-Settings": "",
7777
"Connection": "Upgrade, HTTP2-Settings",
78-
}},
78+
},
79+
},
7980
Response: http.Response{StatusCode: 200},
8081
Backend: "h2c-backend",
8182
Namespace: "gateway-conformance-web-backend",

0 commit comments

Comments
 (0)