Skip to content

Commit db93387

Browse files
Philip Reichenbergerpaperspace-philip
authored andcommitted
fmt
1 parent bbd60ff commit db93387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autoscaling_group.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type AutoscalingGroup struct {
1010
Min int `json:"min"`
1111
Max int `json:"max"`
1212
Current int `json:"current"`
13-
ClusterID string `json:"clusterId"`
13+
ClusterID string `json:"clusterId"`
1414
MachineType string `json:"machineType"`
1515
TemplateID string `json:"templateId"`
1616
ScriptID string `json:"startupScriptId"`
@@ -24,7 +24,7 @@ type AutoscalingGroupCreateParams struct {
2424
Name string `json:"name"`
2525
Min int `json:"min"`
2626
Max int `json:"max"`
27-
ClusterID string `json:"clusterId"`
27+
ClusterID string `json:"clusterId"`
2828
MachineType string `json:"machineType"`
2929
TemplateID string `json:"templateId"`
3030
ScriptID string `json:"startupScriptId,omitempty"`
@@ -53,7 +53,7 @@ type AutoscalingGroupUpdateAttributeParams struct {
5353
Min int `json:"min,omitempty"`
5454
Max int `json:"max,omitempty"`
5555
Current int `json:"current,omitempty"`
56-
ClusterID string `json:"clusterId,omitempty`
56+
ClusterID string `json:"clusterId,omitempty`
5757
MachineType string `json:"machineType,omitempty"`
5858
TemplateID string `json:"templateId,omitempty"`
5959
ScriptID string `json:"startupScriptId,omitempty"`

0 commit comments

Comments
 (0)