Commit c75a671c authored by Misha Brukman's avatar Misha Brukman

Cleaned up Go formatting with gofmt.

parent 79d55c20
...@@ -3,12 +3,12 @@ package vsphere ...@@ -3,12 +3,12 @@ package vsphere
import ( import (
"bytes" "bytes"
"fmt" "fmt"
"log"
"github.com/mitchellh/packer/common" "github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"log"
"net/url"
"os/exec" "os/exec"
"strings" "strings"
"net/url"
) )
var builtins = map[string]string{ var builtins = map[string]string{
......
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