Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharon Nam authored and Sharon Nam committed Aug 10, 2024
1 parent 3b059f1 commit a505821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/service/pinpoint/email_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ resource "aws_pinpoint_email_template" "test" {
template_name = %[1]q
email_template {
subject = "testing"
text_part = "we are testing template text part"
text_part = "we are testing template text part"
header {
name = "testingname"
value = "testingvalue"
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/pinpoint_email_template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Provides a Pinpoint Email Template resource
resource "aws_pinpoint_email_template" "test" {
template_name = "testing"
email_template {
subject = "testing"
text_part = "we are testing template text part"
subject = "testing"
text_part = "we are testing template text part"
header {
name = "testingname"
value = "testingvalue"
Expand Down

0 comments on commit a505821

Please sign in to comment.