Commit 752162c2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 7c11d2a3
package chroot package chroot
import ( import (
"testing"
"github.com/mitchellh/goamz/ec2" "github.com/mitchellh/goamz/ec2"
"testing"
) )
func testImage() ec2.Image { func testImage() ec2.Image {
......
...@@ -16,7 +16,7 @@ type StepCreateInstance struct { ...@@ -16,7 +16,7 @@ type StepCreateInstance struct {
instanceName string instanceName string
} }
func (config *Config) getImage() (Image) { func (config *Config) getImage() Image {
project := config.ProjectId project := config.ProjectId
if config.SourceImageProjectId != "" { if config.SourceImageProjectId != "" {
project = config.SourceImageProjectId project = config.SourceImageProjectId
......
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