Commit b3edb2fb authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 1750b34f
......@@ -16,10 +16,10 @@ func init() {
func testConfig() *RunConfig {
return &RunConfig{
Region: "us-east-1",
SourceAmi: "abcd",
Region: "us-east-1",
SourceAmi: "abcd",
InstanceType: "m1.small",
SSHUsername: "root",
SSHUsername: "root",
}
}
......
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