indent file

This commit is contained in:
2025-03-04 19:31:16 +01:00
parent 0a8006fd56
commit 583505d93a

View File

@@ -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'