[formatting] add newline to file(s) (#1508)

* Trail appropriate files with a new line

* For some ironic reason it ignored itself

Probably because it wasn’t tracked/commited yet.

* Rename newlines to server executable naming pattern
This commit is contained in:
Patrick 'Quezler' Mounier
2020-02-05 18:36:56 -05:00
committed by GitHub
parent 8bb533f646
commit e06d8eabec
71 changed files with 84 additions and 68 deletions
+1 -1
View File
@@ -1 +1 @@
java -jar server.jar
java -jar server.jar
+1 -1
View File
@@ -1 +1 @@
java -jar server.jar
java -jar server.jar
@@ -82,4 +82,4 @@ public class ServerLauncher implements ApplicationListener{
Events.fire(new ServerLoadEvent());
}
}
}