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' mainClass = 'ChatApp'
} else if (project.hasProperty('server')) { } else if (project.hasProperty('server')) {
mainClass = 'ChatAppServer' mainClass = 'ChatAppServer'
}else if (project.hasProperty('client')) { } else if (project.hasProperty('client')) {
mainClass = 'ChatAppClient' mainClass = 'ChatAppClient'
}else if (project.hasProperty('serverGui')) { } else if (project.hasProperty('serverGui')) {
mainClass = 'server.ServerGUI' mainClass = 'server.ServerGUI'
} else { } else {
mainClass = 'client.ClientGui' mainClass = 'client.ClientGui'