From aabdcbf5a01e7341b43b36fc76dab4c0b586cfea Mon Sep 17 00:00:00 2001 From: Trisha Anand Date: Wed, 9 Oct 2024 18:19:09 +0530 Subject: [PATCH] Empty line changes to raise PR --- .../src/main/java/com/appsmith/server/ServerApplication.java | 1 + 1 file changed, 1 insertion(+) 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)