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

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,

View File

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