From 96d0dd6f93d56aee68db554ca713b17b7a04eba5 Mon Sep 17 00:00:00 2001 From: prabusah Date: Sun, 22 Dec 2019 13:43:46 -0600 Subject: [PATCH] formatting fix --- aws/resource_aws_batch_job_definition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/resource_aws_batch_job_definition.go b/aws/resource_aws_batch_job_definition.go index 3ebee97d3e67..43a5984098c8 100644 --- a/aws/resource_aws_batch_job_definition.go +++ b/aws/resource_aws_batch_job_definition.go @@ -23,7 +23,7 @@ func resourceAwsBatchJobDefinition() *schema.Resource { d.Set("arn", d.Id()) return []*schema.ResourceData{d}, nil }, - }, + }, Schema: map[string]*schema.Schema{ "name": {