Skip to content

Commit 5f9aaa4

Browse files
committed
resource/aws_ram_resource_share_accepter: go fmt
1 parent 284a047 commit 5f9aaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/resource_aws_ram_resource_share_accepter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ func resourceAwsRamResourceShareAccepterCreate(d *schema.ResourceData, meta inte
9090

9191
if invitation == nil || aws.StringValue(invitation.ResourceShareInvitationArn) == "" {
9292
return fmt.Errorf(
93-
"No RAM Resource Share (%s) invitation found\n\n" +
94-
"NOTE: If both AWS accounts are in the same AWS Organization and RAM Sharing with AWS Organizations is enabled, this resource is not necessary",
93+
"No RAM Resource Share (%s) invitation found\n\n"+
94+
"NOTE: If both AWS accounts are in the same AWS Organization and RAM Sharing with AWS Organizations is enabled, this resource is not necessary",
9595
shareARN)
9696
}
9797

0 commit comments

Comments
 (0)