Apply spotless fixes

This commit is contained in:
Lukas Rieger (Blue) 2023-06-08 22:01:31 +02:00
parent 92fc2a582b
commit 924734b72d
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2

View File

@ -456,6 +456,6 @@ private static void printHelp() {
}
private static void printVersion() {
System.out.printf("%s\n%s\n", BlueMap.VERSION, BlueMap.GIT_HASH);
System.out.printf("%s\n%s\n", BlueMap.VERSION, BlueMap.GIT_HASH);
}
}