From 810d0882792cedbb5ce3898b6d93673e5c461265 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Mon, 12 Oct 2015 15:50:04 -0500 Subject: [PATCH] Fix whitespace formatting with go fmt --- builtin/providers/aws/resource_aws_eip.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builtin/providers/aws/resource_aws_eip.go b/builtin/providers/aws/resource_aws_eip.go index bf7a9e3c5c..4b369ee606 100644 --- a/builtin/providers/aws/resource_aws_eip.go +++ b/builtin/providers/aws/resource_aws_eip.go @@ -30,13 +30,13 @@ func resourceAwsEip() *schema.Resource { "instance": &schema.Schema{ Type: schema.TypeString, Optional: true, - Computed: true, + Computed: true, }, "network_interface": &schema.Schema{ - Type: schema.TypeString, - Optional: true, - Computed: true, + Type: schema.TypeString, + Optional: true, + Computed: true, }, "allocation_id": &schema.Schema{