Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Jan 13, 2024
1 parent 2026365 commit eaf6257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void fails_when_one_required_delegate_fails() {
@Test
public void cannot_create_from_null_or_empty_list() {
assertUnableToCreateParser(null);
assertUnableToCreateParser(new Parser[]{});
assertUnableToCreateParser(new Parser[] {});
}

@Test
Expand Down

0 comments on commit eaf6257

Please sign in to comment.