chore(gofmt): cloudinit/cloud_config.go

This commit is contained in:
Brian Waldon 2014-03-11 16:13:07 -07:00
parent 5b7308109c
commit fa914e46c6

View File

@ -10,7 +10,10 @@ const DefaultSSHKeyName = "coreos-cloudinit"
type CloudConfig struct { type CloudConfig struct {
SSH_Authorized_Keys []string 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) { func NewCloudConfig(contents []byte) (*CloudConfig, error) {