mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-06 15:14:26 +02:00
style: reformat code
This commit is contained in:
parent
9991f39c9a
commit
cb78c5a86f
@ -28,7 +28,7 @@ class Patcher(
|
||||
private val patches = mutableSetOf<Patch>()
|
||||
|
||||
init {
|
||||
val dexFile = MultiDexIO.readDexFile(true, input, BasicDexFileNamer(), Opcodes.getDefault(), null)
|
||||
val dexFile = MultiDexIO.readDexFile(true, input, BasicDexFileNamer(), null, null)
|
||||
cache = Cache(dexFile.classes, SignatureResolver(dexFile.classes, signatures).resolve())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user