Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jan 23, 2021
1 parent 90a667e commit d92690f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/resource_aws_sagemaker_app_image_config_test.go
Expand Up @@ -269,7 +269,7 @@ resource "aws_sagemaker_app_image_config" "test" {
kernel_gateway_image_config {
kernel_spec {
name = %[1]q
}
}
}
}
`, rName)
Expand All @@ -282,9 +282,9 @@ resource "aws_sagemaker_app_image_config" "test" {
kernel_gateway_image_config {
kernel_spec {
name = "%[1]s-2"
display_name = %[1]q
}
name = "%[1]s-2"
display_name = %[1]q
}
}
}
`, rName)
Expand Down

0 comments on commit d92690f

Please sign in to comment.