Skip to content

Commit

Permalink
fix: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes authored Dec 21, 2024
1 parent 6ad4de5 commit df6a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/instancetype/instancetypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (p *DefaultProvider) getInstanceTypes(ctx context.Context) (map[string]*ske
logging.FromContext(ctx).Errorf("parsing VM size %s, %v", *skus[i].Size, err)
continue
}
useSIG := options.FromContext(ctx).UseSIG
useSIG := options.FromContext(ctx).UseSIG
if !skus[i].HasLocationRestriction(p.region) && p.isSupported(&skus[i], vmsize, useSIG) {
instanceTypes[skus[i].GetName()] = &skus[i]
}
Expand Down

0 comments on commit df6a8bc

Please sign in to comment.