Skip to content

Commit 41c3e3a

Browse files
committed
fixed issues reported by linters
1 parent 2079328 commit 41c3e3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/service/transfer/web_app_customization_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ func testAccWebAppCustomizationConfig_basic(rName, title string) string {
228228
testAccWebAppCustomizationConfig_base(rName),
229229
fmt.Sprintf(`
230230
resource "aws_transfer_web_app_customization" "test" {
231-
web_app_id = aws_transfer_web_app.test.id
232-
title = %[1]q
231+
web_app_id = aws_transfer_web_app.test.id
232+
title = %[1]q
233233
}
234234
`, title))
235235
}

website/docs/r/transfer_web_app.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource "aws_transfer_web_app" "example" {
9090
provisioned = 1
9191
}
9292
tags = {
93-
Name = "test"
93+
Name = "test"
9494
}
9595
}
9696
```

0 commit comments

Comments
 (0)