Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Sep 22, 2023
1 parent a2876c7 commit 7868733
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ func createServerServicesAndWorkloads(t *testing.T, resourceClient *rtest.Client
}).Write(t, resourceClient)

workloadPortMap := map[string]*pbcatalog.WorkloadPort{
"tcp": &pbcatalog.WorkloadPort{
"tcp": {
Port: 8080, Protocol: pbcatalog.Protocol_PROTOCOL_TCP,
},
"mesh": &pbcatalog.WorkloadPort{
"mesh": {
Port: 20000, Protocol: pbcatalog.Protocol_PROTOCOL_MESH,
},
}
Expand Down

0 comments on commit 7868733

Please sign in to comment.