Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2022
1 parent 2d57024 commit d6dffbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-client/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type ResponseData struct {
GetDeployment Deployment `json:"deployment,omitempty"`
GetDeployments []Deployment `json:"deployments,omitempty"`
GetWorkspaces []Workspace `json:"workspaces,omitempty"`
GetClusters []Cluster `json:"clusters,omitempty"`
GetClusters []Cluster `json:"clusters,omitempty"`
SelfQuery *Self `json:"self,omitempty"`
RuntimeReleases []RuntimeRelease `json:"runtimeReleases,omitempty"`
DeploymentCreate Deployment `json:"DeploymentCreate,omitempty"`
Expand Down

0 comments on commit d6dffbe

Please sign in to comment.