style: reformat code

This commit is contained in:
Lucaskyy 2022-03-31 22:46:12 +02:00 committed by oSumAtrIX
parent 9991f39c9a
commit cb78c5a86f
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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