Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jun 28, 2021
1 parent dac2336 commit 1c21d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/resource_aws_sagemaker_domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ resource "aws_sagemaker_domain" "test" {
retention_policy {
home_efs_file_system = "Delete"
}
}
}
`, rName)
}
Expand All @@ -644,7 +644,7 @@ resource "aws_sagemaker_domain" "test" {
retention_policy {
home_efs_file_system = "Delete"
}
}
}
`, rName)
}
Expand Down Expand Up @@ -672,7 +672,7 @@ resource "aws_sagemaker_domain" "test" {
retention_policy {
home_efs_file_system = "Delete"
}
}
}
`, rName)
}
Expand Down

0 comments on commit 1c21d36

Please sign in to comment.