From d7786473df3e009b0fd5429987b65154e7ed8e11 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 11 Oct 2014 12:57:06 -0700 Subject: [PATCH] fmt --- builtin/providers/aws/resource_aws_launch_configuration.go | 2 +- terraform/state_test.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builtin/providers/aws/resource_aws_launch_configuration.go b/builtin/providers/aws/resource_aws_launch_configuration.go index 001b59a906..6ae23cab60 100644 --- a/builtin/providers/aws/resource_aws_launch_configuration.go +++ b/builtin/providers/aws/resource_aws_launch_configuration.go @@ -107,7 +107,7 @@ func resourceAwsLaunchConfigurationCreate(d *schema.ResourceData, meta interface // We put a Retry here since sometimes eventual consistency bites // us and we need to retry a few times to get the LC to load properly - return resource.Retry(30 * time.Second, func() error { + return resource.Retry(30*time.Second, func() error { return resourceAwsLaunchConfigurationRead(d, meta) }) } diff --git a/terraform/state_test.go b/terraform/state_test.go index 34e7b80298..9ee2517456 100644 --- a/terraform/state_test.go +++ b/terraform/state_test.go @@ -11,8 +11,8 @@ import ( ) func TestStateAddModule(t *testing.T) { - cases := []struct{ - In [][]string + cases := []struct { + In [][]string Out [][]string }{ {