Skip to content

Commit

Permalink
formatting violation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divmeh-aws committed Jan 6, 2025
1 parent a875a4f commit 20f7043
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ public void expandsEnvironmentVariables() {
// Did the array and string values in it expand?
assertThat(transform.getArgs(),
equalTo(Node.objectNode()
.withMember("tags", Node.fromStrings("Hi", "compoundTagFromEnv", "HiAndTagFromEnv", "${BAZ}"))));
.withMember("tags",
Node.fromStrings("Hi", "compoundTagFromEnv", "HiAndTagFromEnv", "${BAZ}"))));
}

@Test
Expand Down

0 comments on commit 20f7043

Please sign in to comment.