Skip to content

Commit 24d20ce

Browse files
authored
fix spacing (#86)
1 parent 487b219 commit 24d20ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ec2pricing/ec2pricing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type spotPricingEntry struct {
4848
// New creates an instance of instance-selector EC2Pricing
4949
func New(sess *session.Session) *EC2Pricing {
5050
return &EC2Pricing{
51-
// use us-east-1 since pricing only has endpoints in us-east-1 and ap-south-1
51+
// use us-east-1 since pricing only has endpoints in us-east-1 and ap-south-1
5252
PricingClient: pricing.New(sess.Copy(aws.NewConfig().WithRegion("us-east-1"))),
5353
EC2Client: ec2.New(sess),
5454
AWSSession: sess,

0 commit comments

Comments
 (0)