Skip to content

Commit

Permalink
Run 'make fmt'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed May 20, 2021
1 parent f921a0c commit eb557c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_glue_connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ resource "aws_glue_connection" "test" {
}

func testAccAWSGlueConnectionConfig_Network(rName string) string {
return fmt.Sprintf(`
return fmt.Sprintf(`
data "aws_availability_zones" "available" {
state = "available"
Expand Down

0 comments on commit eb557c4

Please sign in to comment.