Skip to content

Commit

Permalink
fix:gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Purohit <[email protected]>
  • Loading branch information
shivam-Purohit committed Feb 9, 2024
1 parent 33dfef0 commit e03828d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/environment/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type GetEnvironment struct {
type CreateEnvironmentGetGQLRequest struct {
Query string `json:"query"`
Variables struct {
ProjectID string `json:"projectID"`
EnvironmentID string `json:"environmentID"`
ProjectID string `json:"projectID"`
EnvironmentID string `json:"environmentID"`
}
}

0 comments on commit e03828d

Please sign in to comment.