Empty line changes to raise PR

This commit is contained in:
Trisha Anand 2024-10-09 18:19:09 +05:30 committed by GitHub
parent 2cb50e95a0
commit aabdcbf5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,7 @@ public class ServerApplication {
printBuildInfo(); printBuildInfo();
} }
// Unnecessary comment to raise PR
public static void main(String[] args) { public static void main(String[] args) {
new SpringApplicationBuilder(ServerApplication.class) new SpringApplicationBuilder(ServerApplication.class)
.bannerMode(Banner.Mode.OFF) .bannerMode(Banner.Mode.OFF)