mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 14:14:26 +02:00
refactor: Rename unused destructed parameter to _
This commit is contained in:
parent
6b1e0a1656
commit
bc7d6b9941
@ -184,7 +184,7 @@ class PatchProcessor(
|
||||
.addInitializerBlock(
|
||||
CodeBlock.builder()
|
||||
.add(
|
||||
"%T.options.forEach { (key, option) ->",
|
||||
"%T.options.forEach { (_, option) ->",
|
||||
patchDeclaration.toClassName()
|
||||
)
|
||||
.addStatement(
|
||||
|
Loading…
x
Reference in New Issue
Block a user