From 128f555a2c1415ae5a8c7129404f9b21f8c8c026 Mon Sep 17 00:00:00 2001 From: Ben Langfeld Date: Fri, 14 Mar 2014 13:22:49 -0300 Subject: [PATCH] Formatting --- builder/virtualbox/common/step_export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/common/step_export.go b/builder/virtualbox/common/step_export.go index 5c5d4c887..e4e860155 100644 --- a/builder/virtualbox/common/step_export.go +++ b/builder/virtualbox/common/step_export.go @@ -6,8 +6,8 @@ import ( "github.com/mitchellh/packer/packer" "log" "path/filepath" - "time" "strings" + "time" ) // This step cleans up forwarded ports and exports the VM to an OVF.