chore: fix spotless apply

This commit is contained in:
Skylot
2023-04-14 22:23:23 +01:00
parent 19cf22b9e3
commit 1d6ebed7e5
4 changed files with 34 additions and 33 deletions
@@ -7,7 +7,7 @@ import jadx.core.dex.nodes.MethodNode
val renamesMap = mapOf(
"specificString" to "newMethodName",
"AA6" to "aa6Method"
"AA6" to "aa6Method",
)
val jadx = getJadxInstance()