Skip to content

Commit b187191

Browse files
committed
Add missing newlines at end of files
1 parent 907ac1c commit b187191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/org/openrewrite/java/migrate/jakarta/JavaxWebFragmentXmlToJakartaWebFragmentXmlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ void fileNotWebFragmentXml() {
150150
);
151151
}
152152
}
153-
}
153+
}

src/test/java/org/openrewrite/java/migrate/jakarta/JavaxWebXmlToJakartaWebXmlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ void fileNotWebXml() {
162162
);
163163
}
164164
}
165-
}
165+
}

0 commit comments

Comments
 (0)