Skip to content

Commit

Permalink
gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcrgl committed Nov 22, 2017
1 parent 1e548ee commit 5610570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster-autoscaler/cloudprovider/aws/aws_price_model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ func TestPriceModel_NodePrice(t *testing.T) {
pm := &priceModel{
asgs: &fakeInstanceFinder{
c: map[string]*Asg{
"node-a": &Asg{
"node-a": {
AwsRef: AwsRef{
Name: "k8s-AutoscalingGroupWorker-AAAAAA",
},
},
"node-b": &Asg{
"node-b": {
AwsRef: AwsRef{
Name: "k8s-AutoscalingGroupWorker-BBBBBB",
},
},
"node-c": &Asg{
"node-c": {
AwsRef: AwsRef{
Name: "k8s-AutoscalingGroupWorker-CCCCCC",
},
Expand Down

0 comments on commit 5610570

Please sign in to comment.