Skip to content

Commit

Permalink
Java Code Style )whitespace{
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick committed Feb 13, 2022
1 parent 5d2da07 commit 5d76642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hamcrest/src/test/java/org/hamcrest/core/AllOfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class AllOfTest {
}

@Test public void
varargs(){
varargs() {
assertThat("the text!", new AllOf<>(startsWith("the"), containsString("text"), endsWith("!")));
}

Expand Down
2 changes: 1 addition & 1 deletion hamcrest/src/test/java/org/hamcrest/core/AnyOfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public final class AnyOfTest {
}

@Test public void
varargs(){
varargs() {
assertThat("the text!", new AnyOf<>(startsWith("the"), endsWith(".")));
}

Expand Down

0 comments on commit 5d76642

Please sign in to comment.