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
1 changed files with 1 additions and 1 deletions

View File

@ -456,6 +456,6 @@ public class BlueMapCLI implements ServerInterface {
}
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);
}
}