commit | 31b6646e8251a5c8d3da82625794708eebd412c7 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jon.perritt@rackspace.com> | Thu Feb 25 22:25:30 2016 -0600 |
committer | Jon Perritt <jon.perritt@rackspace.com> | Thu Feb 25 22:25:30 2016 -0600 |
tree | 5d93adb44e587abbdf8833d0afe799e1b6f795f5 | |
parent | 82583e719f36eb9304241f31305f5acb00478c74 [diff] [blame] |
more consistent naming
diff --git a/openstack/orchestration/v1/stackresources/results.go b/openstack/orchestration/v1/stackresources/results.go index 951f144..bd3e29f 100644 --- a/openstack/orchestration/v1/stackresources/results.go +++ b/openstack/orchestration/v1/stackresources/results.go
@@ -161,8 +161,5 @@ return nil, r.Err } template, err := json.MarshalIndent(r.Body, "", " ") - if err != nil { - return nil, err - } - return template, nil + return template, err }