Skip to content

Commit e03828d

Browse files
fix:gofmt
Signed-off-by: Shivam Purohit <[email protected]>
1 parent 33dfef0 commit e03828d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/apis/environment/types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type GetEnvironment struct {
5757
type CreateEnvironmentGetGQLRequest struct {
5858
Query string `json:"query"`
5959
Variables struct {
60-
ProjectID string `json:"projectID"`
61-
EnvironmentID string `json:"environmentID"`
60+
ProjectID string `json:"projectID"`
61+
EnvironmentID string `json:"environmentID"`
6262
}
6363
}

0 commit comments

Comments
 (0)