From 53b15e62cce3bdfed85ee9dc9a9be7d6c2489167 Mon Sep 17 00:00:00 2001 From: Lyndon Washington Date: Wed, 9 Oct 2013 13:14:09 -0400 Subject: [PATCH] Formatted contributions --- builder/virtualbox/step_export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/step_export.go b/builder/virtualbox/step_export.go index a8b60ce50..726af7937 100644 --- a/builder/virtualbox/step_export.go +++ b/builder/virtualbox/step_export.go @@ -4,8 +4,8 @@ import ( "fmt" "github.com/mitchellh/multistep" "github.com/mitchellh/packer/packer" - "path/filepath" "log" + "path/filepath" "time" )