diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java index b78caa3e54..c2e2db475c 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java @@ -21,6 +21,7 @@ public class ServerApplication { printBuildInfo(); } + // Unnecessary comment to raise PR public static void main(String[] args) { new SpringApplicationBuilder(ServerApplication.class) .bannerMode(Banner.Mode.OFF)