diff --git a/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue1Test.java b/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue1Test.java index f6f6cba06..ac6266aaa 100644 --- a/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue1Test.java +++ b/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue1Test.java @@ -43,4 +43,4 @@ void IgnoreNodeUsesPathMatchTrue() throws IOException { assertEquals(IgnoreNode.MatchResult.IGNORED, isIgnored); // Should not be CHECK_PARENT } -} \ No newline at end of file +} diff --git a/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue2Test.java b/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue2Test.java index 539efcde7..e885fc1bb 100644 --- a/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue2Test.java +++ b/jgit/src/test/java/org/openrewrite/jgit/ignore/Issue2Test.java @@ -53,4 +53,4 @@ void indexesOfSlashMatter() { FastIgnoreRule ignoreRule = new FastIgnoreRule("/directory/"); assertTrue(ignoreRule.isMatch("/directory/nested/", true, false)); } -} \ No newline at end of file +}