minor tweaks to make the code pass the check style

This commit is contained in:
Hanno Fleischer hanno.fleischer@unibw.de
2024-10-05 18:25:25 +02:00
parent 52673dfbce
commit ecbe486d3b
3 changed files with 5 additions and 5 deletions

View File

@@ -51,5 +51,5 @@ default void receivedEvent(ClientStateEvent event) { /* do nothing */ }
*
* @param event the received Event
*/
default void receivedEvent(MusicEvent event) { /* do nothing */ };
default void receivedEvent(MusicEvent event) { /* do nothing */ }
}