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
@ -23,12 +23,12 @@ class Patcher(
|
||||
input: File,
|
||||
private val output: File,
|
||||
signatures: Array<MethodSignature>,
|
||||
) {
|
||||
) {
|
||||
private val cache: Cache
|
||||
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