From b3edb2fba51e1b4f8f3515653fd959c0f4fae7b6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 16 Jul 2013 15:34:07 +0900 Subject: [PATCH] fmt --- builder/amazon/common/run_config_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder/amazon/common/run_config_test.go b/builder/amazon/common/run_config_test.go index de3840ad5..0c0d40680 100644 --- a/builder/amazon/common/run_config_test.go +++ b/builder/amazon/common/run_config_test.go @@ -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", } }