mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
fix formatting
This commit is contained in:
parent
5f9d4b729f
commit
aaa42543e6
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ func (s *StepRunSourceServer) Run(_ context.Context, state multistep.StateBag) m
|
|||
return multistep.ActionHalt
|
||||
}
|
||||
|
||||
networks := make([]servers.Network, len(s.Networks) + len(s.Ports))
|
||||
networks := make([]servers.Network, len(s.Networks)+len(s.Ports))
|
||||
i := 0
|
||||
if len(s.Ports) > 0 {
|
||||
for i = 0; i < len(s.Ports); i++ {
|
||||
|
|
|
|||
Loading…
Reference in a new issue