mirror of https://github.com/kubernetes/kops.git
Remove additional spacing
This commit is contained in:
parent
63d6a29021
commit
3ff6b84215
|
|
@ -154,8 +154,7 @@ func (_ *Droplet) RenderDO(t *do.DOAPITarget, a, e, changes *Droplet) error {
|
|||
Tags: e.Tags,
|
||||
VPCUUID: fi.StringValue(e.VPC),
|
||||
UserData: userData,
|
||||
|
||||
SSHKeys: []godo.DropletCreateSSHKey{{Fingerprint: fi.StringValue(e.SSHKey)}},
|
||||
SSHKeys: []godo.DropletCreateSSHKey{{Fingerprint: fi.StringValue(e.SSHKey)}},
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue