checkstyle fix

This commit is contained in:
Jindra Petřík
2025-05-02 09:27:18 +02:00
parent d6683839cf
commit 78e26f40a5
@@ -115,6 +115,6 @@ public class DoubleValueAVM2Item extends NumberValueAVM2Item {
@Override
public long getAsLong() {
return (long)(double) value;
return (long) (double) value;
}
}