Skip to content

Commit

Permalink
Gratify linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensho committed Nov 9, 2020
1 parent cd2456a commit 9617777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_workspaces_bundle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ data "aws_workspaces_bundle" "test" {
func testAccDataSourceAwsWorkspaceBundleConfig_privateOwner(name string) string {
return fmt.Sprintf(`
data "aws_workspaces_bundle" "test" {
name = %q
name = %q
}
`, name)
}

0 comments on commit 9617777

Please sign in to comment.