Fix go fmt issues. (#3463)

pull/3465/head
Christopher Boumenot 10 years ago committed by Chris Bednarski
parent 728c496370
commit bbf286dcbe

@ -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,

@ -73,7 +73,7 @@ func TestStepRegister_WithoutUnregister_remoteDriver(t *testing.T) {
driver := new(RemoteDriverMock)
var config Config
config.KeepRegistered = true
config.KeepRegistered = true
state.Put("config", &config)
state.Put("driver", driver)

Loading…
Cancel
Save