Skip to content

Commit

Permalink
Added missing newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemaeyer committed Oct 3, 2021
1 parent 6e3f583 commit c384ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamcrest/src/test/java/org/hamcrest/MatcherAssumeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public class MatcherAssumeTest {
assumptionSucceeds() {
assumeThat("xyz", startsWith("xy"));
}
}
}

0 comments on commit c384ad7

Please sign in to comment.