Cleaned up Go formatting with gofmt.

This commit is contained in:
Misha Brukman 2014-07-17 15:33:09 -04:00
parent 79d55c20b3
commit c75a671c1e
2 changed files with 4 additions and 4 deletions

View File

@ -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{