mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-21 18:23:57 +00:00
chore: Lint code
This commit is contained in:
@@ -9,5 +9,5 @@ import app.revanced.patcher.fingerprint.MethodFingerprint
|
||||
* @param fingerprints A list of [MethodFingerprint]s which will be resolved before the patch is executed.
|
||||
*/
|
||||
abstract class BytecodePatch(
|
||||
internal val fingerprints : Set<MethodFingerprint> = emptySet(),
|
||||
) : Patch<BytecodeContext>()
|
||||
internal val fingerprints: Set<MethodFingerprint> = emptySet(),
|
||||
) : Patch<BytecodeContext>()
|
||||
|
||||
Reference in New Issue
Block a user