Skip to content

Commit c3624c8

Browse files
committed
fix lint
Signed-off-by: Huabing (Robin) Zhao <[email protected]>
1 parent 4a3b284 commit c3624c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conformance/tests/httproute-cors.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ var HTTPRouteCORS = suite.ConformanceTest{
128128
"access-control-allow-origin": {"https://www.bar.com"},
129129
"access-control-allow-methods": {
130130
"GET, OPTIONS",
131-
"OPTIONS, GET"},
131+
"OPTIONS, GET",
132+
},
132133
"access-control-allow-headers": {
133134
"x-header-1, x-header-2",
134135
"x-header-2, x-header-1",

0 commit comments

Comments
 (0)