style: remove tab

This commit is contained in:
Lucaskyy 2022-03-20 20:39:47 +01:00
parent 72e123dd01
commit 593c83f29f
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -17,7 +17,7 @@ object Io {
if (e.name.endsWith(".class")) {
val classNode = ClassNode()
ClassReader(jar.readAllBytes()).accept(classNode, ClassReader.EXPAND_FRAMES)
this.add(classNode)
this.add(classNode)
}
jar.closeEntry()
}