refactor: remove trimIndent before compiling instructions

This commit is contained in:
oSumAtrIX
2022-06-27 01:09:40 +02:00
parent 9329b7323a
commit a7ee89d497
2 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@ class IntegrationsPatch : BytecodePatch(
invoke-static { }, Lapp/revanced/integrations/utils/Globals;->getAppContext()Landroid/content/Context;
move-result-object v0
return-object v0
""".trimIndent().toInstructions(), null, null
""".toInstructions(), null, null
)
).toMutable()
)