Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
philnichol committed Oct 17, 2020
1 parent 31c1197 commit 21fa7c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/resource_aws_cloudwatch_event_target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1088,13 +1088,13 @@ func testAccAWSCloudWatchEventTargetConfigInputTransformer(rName string, inputPa
if len(sampleInputPaths) < inputPathCount {
inputPathCount = len(sampleInputPaths)
}

for i := 0; i < inputPathCount; i++ {
fmt.Fprintf(&inputPaths, `
%s = "$.%s"`, sampleInputPaths[i], sampleInputPaths[i])

fmt.Fprintf(&inputTemplates, `
"%s": <%s>,`, sampleInputPaths[i], sampleInputPaths[i])

}

return fmt.Sprintf(`
Expand Down Expand Up @@ -1139,7 +1139,8 @@ resource "aws_cloudwatch_event_target" "test" {
rule = aws_cloudwatch_event_rule.schedule.id
input_transformer {
input_paths = {%s
input_paths = {
%s
}
input_template = <<EOF
Expand Down

0 comments on commit 21fa7c2

Please sign in to comment.