From b72605c2f684779cc8d2ba1fc717a956250d79aa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 5 Sep 2014 12:01:07 -0700 Subject: [PATCH] builder/vmware: style --- builder/vmware/common/step_type_boot_command.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/builder/vmware/common/step_type_boot_command.go b/builder/vmware/common/step_type_boot_command.go index ac1da0131..82e8b3e17 100644 --- a/builder/vmware/common/step_type_boot_command.go +++ b/builder/vmware/common/step_type_boot_command.go @@ -2,9 +2,6 @@ package common import ( "fmt" - "github.com/mitchellh/go-vnc" - "github.com/mitchellh/multistep" - "github.com/mitchellh/packer/packer" "log" "net" "runtime" @@ -12,6 +9,10 @@ import ( "time" "unicode" "unicode/utf8" + + "github.com/mitchellh/go-vnc" + "github.com/mitchellh/multistep" + "github.com/mitchellh/packer/packer" ) const KeyLeftShift uint32 = 0xFFE1