Formatting

This commit is contained in:
Ben Langfeld 2014-03-14 13:22:49 -03:00
parent 5b07e2604c
commit 128f555a2c
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ import (
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"log" "log"
"path/filepath" "path/filepath"
"time"
"strings" "strings"
"time"
) )
// This step cleans up forwarded ports and exports the VM to an OVF. // This step cleans up forwarded ports and exports the VM to an OVF.