Fix go fmt issues. (#3463)

This commit is contained in:
Christopher Boumenot
2016-04-22 10:44:54 -07:00
committed by Chris Bednarski
parent 728c496370
commit bbf286dcbe
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
ConfigDrive: b.config.ConfigDrive,
},
&StepGetPassword{
Debug: b.config.PackerDebug,
Comm: &b.config.RunConfig.Comm,
Debug: b.config.PackerDebug,
Comm: &b.config.RunConfig.Comm,
},
&StepWaitForRackConnect{
Wait: b.config.RackconnectWait,