mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 11:02:26 +00:00
format code
This commit is contained in:
@@ -175,8 +175,7 @@ public class SWFInputStream extends InputStream {
|
||||
if (is instanceof SeekableInputStream) {
|
||||
SeekableInputStream sis = (SeekableInputStream) is;
|
||||
sis.seek(pos);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
throw new IOException("Underlying stream is not a SeekableInputStream");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user