Commit 5307e539 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent f2c8b994
......@@ -39,7 +39,7 @@ func (e *Environment) Builder(name string) (b packer.Builder, err error) {
func (e *Environment) Cache() packer.Cache {
var reply string
if err := e.client.Call("Environment.Cache", new(interface{}), &reply); err != nil{
if err := e.client.Call("Environment.Cache", new(interface{}), &reply); err != nil {
panic(err)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment