From 5307e5391cb3341fa466dd34a5cbacd2b52dd86b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 9 Jun 2013 21:19:26 -0700 Subject: [PATCH] fmt --- packer/rpc/environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/rpc/environment.go b/packer/rpc/environment.go index ee64b00b7..1bf44dc16 100644 --- a/packer/rpc/environment.go +++ b/packer/rpc/environment.go @@ -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) }