Skip to content

Commit

Permalink
style: remove tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas authored and oSumAtrIX committed Jun 5, 2022
1 parent 7b6a61b commit 77536cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/net/revanced/patcher/util/Io.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 77536cc

Please sign in to comment.