Commit 5c5d6273 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 19317fe9
...@@ -3,8 +3,8 @@ package iso ...@@ -3,8 +3,8 @@ package iso
import ( import (
"fmt" "fmt"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
parallelscommon "github.com/mitchellh/packer/builder/parallels/common" parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
"github.com/mitchellh/packer/packer"
) )
// This step attaches the ISO to the virtual machine. // This step attaches the ISO to the virtual machine.
......
...@@ -3,8 +3,8 @@ package iso ...@@ -3,8 +3,8 @@ package iso
import ( import (
"fmt" "fmt"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
parallelscommon "github.com/mitchellh/packer/builder/parallels/common" parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
"github.com/mitchellh/packer/packer"
"strconv" "strconv"
) )
......
...@@ -3,8 +3,8 @@ package pvm ...@@ -3,8 +3,8 @@ package pvm
import ( import (
"bytes" "bytes"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
parallelscommon "github.com/mitchellh/packer/builder/parallels/common" parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
"github.com/mitchellh/packer/packer"
"testing" "testing"
) )
......
...@@ -131,7 +131,7 @@ func ParseTemplate(data []byte, vars map[string]string) (t *Template, err error) ...@@ -131,7 +131,7 @@ func ParseTemplate(data []byte, vars map[string]string) (t *Template, err error)
if vCur.LessThan(vReq) { if vCur.LessThan(vReq) {
return nil, fmt.Errorf( return nil, fmt.Errorf(
"Template requires Packer version %s. " + "Template requires Packer version %s. "+
"Running version is %s.", "Running version is %s.",
vReq, vCur) vReq, vCur)
} }
......
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