Skip to content

Commit

Permalink
fix gofmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Feb 23, 2023
1 parent aab4112 commit 6623e73
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,21 +147,21 @@ func TestHTTPRouteFlattening(t *testing.T) {
},
Namespace: namespace,
Rules: []api.HTTPRouteRule{
api.HTTPRouteRule{
{
Services: []api.HTTPService{
{
Name: serviceTwo.GetServiceName(),
Namespace: namespace,
},
},
Matches: []api.HTTPMatch{
api.HTTPMatch{
{
Path: api.HTTPPathMatch{
Match: api.HTTPPathMatchPrefix,
Value: path2,
},
},
api.HTTPMatch{
{
Headers: []api.HTTPHeaderMatch{{
Match: api.HTTPHeaderMatchExact,
Name: "x-v2",
Expand Down

0 comments on commit 6623e73

Please sign in to comment.