Formatting cleanup

This commit is contained in:
Ziver Koc 2021-03-23 21:49:52 +01:00
parent 65b47d0755
commit ec1758ce20
222 changed files with 2739 additions and 2726 deletions

View file

@ -28,7 +28,7 @@ import java.io.IOException;
public class ServerFindServerTest {
public static void main(String[] args){
public static void main(String[] args) {
try {
new ServerFind(2000);
} catch (IOException e) {