Clean up code via "go fmt"

This commit is contained in:
Henry Huang 2014-05-08 13:58:05 +08:00
parent c33e7cc867
commit a411405628
1 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/mitchellh/packer/packer"
)
type stepStopInstance struct{
type stepStopInstance struct {
SpotPrice string
}