diff --git a/cloudformation/template.go b/cloudformation/template.go index 7f02f3619e..e72e4b0fe8 100644 --- a/cloudformation/template.go +++ b/cloudformation/template.go @@ -220,7 +220,7 @@ func NewTemplate() *Template { // JSON converts an AWS CloudFormation template object to JSON func (t *Template) JSON() ([]byte, error) { - j, err := json.MarshalIndent(t, "", " ") + j, err := json.MarshalIndent(t, "", " ") if err != nil { return nil, err }