Skip to content

Commit

Permalink
polish: running spotless check to align the file with coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasantteja committed Oct 21, 2024
1 parent 0ff2da7 commit 0d35ea6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ void createEnvironmentResource_EmptyResourceAttributes() {
@Test
void filterAttributes() {
ConfigProperties configProperties =
DefaultConfigProperties.createFromMap(
ImmutableMap.of(DISABLED_ATTRIBUTE_KEYS, "foo,bar"));
DefaultConfigProperties.createFromMap(ImmutableMap.of(DISABLED_ATTRIBUTE_KEYS, "foo,bar"));

Resource resourceNoSchema =
Resource.builder().put("foo", "val").put("bar", "val").put("baz", "val").build();
Expand Down

0 comments on commit 0d35ea6

Please sign in to comment.