Commit b72605c2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: style

parent 759c4648
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment