Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
benflowers authored and hussfelt committed Apr 1, 2018
1 parent d73a07e commit 45705b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_ses_identity_notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func resourceAwsSesNotificationRead(d *schema.ResourceData, meta interface{}) er
identity := d.Get("identity").(*schema.Set)

getOpts := &ses.GetIdentityNotificationAttributesInput{
Identities: []*string{ aws.String(identity) },
Identities: []*string{aws.String(identity)},
}

response, err := conn.GetIdentityNotificationAttributes(getOpts)
Expand Down

0 comments on commit 45705b7

Please sign in to comment.