Skip to content

Commit

Permalink
remove stray line
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Sep 16, 2021
1 parent 8bb1c1c commit 569c3bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloudprovider/aws/cloudprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ func (c *CloudProvider) Create(ctx context.Context, provisioner *v1alpha3.Provis
})
}

// xx: instanceTypes is the cut down list of instances
func (c *CloudProvider) create(ctx context.Context, provisioner *v1alpha3.Provisioner, v1alpha3constraints *v1alpha3.Constraints, instanceTypes []cloudprovider.InstanceType, callback func(*v1.Node) error) error {
constraints := Constraints(*v1alpha3constraints)
// 1. Get Subnets and constrain by zones
Expand Down

0 comments on commit 569c3bc

Please sign in to comment.