From 583505d93ac77e9580711b624536e50acd83c017 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Tue, 4 Mar 2025 19:31:16 +0100 Subject: [PATCH] indent file --- ChatApp/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChatApp/app/build.gradle b/ChatApp/app/build.gradle index 2f2fe33..9a933bf 100644 --- a/ChatApp/app/build.gradle +++ b/ChatApp/app/build.gradle @@ -43,9 +43,9 @@ application { mainClass = 'ChatApp' } else if (project.hasProperty('server')) { mainClass = 'ChatAppServer' - }else if (project.hasProperty('client')) { + } else if (project.hasProperty('client')) { mainClass = 'ChatAppClient' - }else if (project.hasProperty('serverGui')) { + } else if (project.hasProperty('serverGui')) { mainClass = 'server.ServerGUI' } else { mainClass = 'client.ClientGui'