Merge pull request #1349 from mbrukman/gofmt
Cleaned up Go formatting with gofmt.
This commit is contained in:
commit
882e37a080
|
@ -3,12 +3,12 @@ package vsphere
|
|||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"log"
|
||||
"github.com/mitchellh/packer/common"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"log"
|
||||
"net/url"
|
||||
"os/exec"
|
||||
"strings"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
var builtins = map[string]string{
|
||||
|
|
Loading…
Reference in New Issue