mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 16:40:46 +00:00
checkstyle fix
This commit is contained in:
+1
-1
@@ -115,6 +115,6 @@ public class DoubleValueAVM2Item extends NumberValueAVM2Item {
|
||||
|
||||
@Override
|
||||
public long getAsLong() {
|
||||
return (long)(double) value;
|
||||
return (long) (double) value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user