Skip to content

Commit

Permalink
Fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
rimashah25 committed Aug 25, 2023
1 parent 99d4a83 commit a22c8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic_ops/testing/api/v5/traffic_control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type TrafficControl struct {
FederationResolvers []tc.FederationResolverV5 `json:"federation_resolvers"`
Jobs []tc.InvalidationJobCreateV4 `json:"jobs"`
Origins []tc.Origin `json:"origins"`
Profiles []tc.ProfileV5 `json:"profiles"`
Profiles []tc.ProfileV5 `json:"profiles"`
Parameters []tc.ParameterV5 `json:"parameters"`
ProfileParameters []tc.ProfileParameterV5 `json:"profileParameters"`
PhysLocations []tc.PhysLocationV5 `json:"physLocations"`
Expand Down

0 comments on commit a22c8b3

Please sign in to comment.