style: remove tab

This commit is contained in:
Lucaskyy 2022-03-20 20:39:47 +01:00 committed by oSumAtrIX
parent 7b6a61b674
commit 77536cce8f
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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()
}