diff --git a/cloudinit/cloud_config.go b/cloudinit/cloud_config.go index a61d338..5d0473d 100644 --- a/cloudinit/cloud_config.go +++ b/cloudinit/cloud_config.go @@ -10,7 +10,10 @@ const DefaultSSHKeyName = "coreos-cloudinit" type CloudConfig struct { SSH_Authorized_Keys []string - Coreos struct{Etcd struct{ Discovery_URL string }; Fleet struct{ Autostart bool } } + Coreos struct { + Etcd struct{ Discovery_URL string } + Fleet struct{ Autostart bool } + } } func NewCloudConfig(contents []byte) (*CloudConfig, error) {