Skip to content

Commit

Permalink
Fix golangci-lint 'gosimple'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 29, 2023
1 parent 5080416 commit 508628a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/neptune/parameter_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ resource "aws_neptune_parameter_group" "test" {
}

func testAccParameterGroupConfig_nameGenerated() string {
return fmt.Sprintf(`
return `
resource "aws_neptune_parameter_group" "test" {
family = "neptune1"
}
`)
`
}

func testAccParameterGroupConfig_namePrefix(namePrefix string) string {
Expand Down

0 comments on commit 508628a

Please sign in to comment.