Format code

This commit is contained in:
2026-05-16 23:08:09 +02:00
parent 81dd8045f2
commit d110df924e
562 changed files with 11025 additions and 10059 deletions
@@ -47,7 +47,7 @@ public class ColorInit {
} else {
try {
byte[] bytes = inputStream.readAllBytes();
if (bytes.length != 256*256*256) {
if (bytes.length != 256 * 256 * 256) {
throw new RuntimeException("Invalid colors.nearest file");
}
colors = bytes;