chore: Lint code

This commit is contained in:
inotia00
2024-12-31 21:49:35 +09:00
parent f6a5ffd3ba
commit b105fc1f62
5 changed files with 8 additions and 6 deletions

View File

@ -54,9 +54,9 @@ private val settingsBytecodePatch = bytecodePatch(
addInstructions(
index + 1, """
invoke-static {v$register}, $EXTENSION_THEME_METHOD_DESCRIPTOR
return-object v$register
"""
invoke-static {v$register}, $EXTENSION_THEME_METHOD_DESCRIPTOR
return-object v$register
"""
)
removeInstruction(index)
}