mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
chore: lint code
This commit is contained in:
@ -32,6 +32,11 @@ abstract class BaseAdsPatch(
|
||||
VideoAdsFingerprint
|
||||
)
|
||||
) {
|
||||
private companion object {
|
||||
const val INTEGRATIONS_CLASS_DESCRIPTOR =
|
||||
"$PATCHES_PATH/FullscreenAdsPatch;"
|
||||
}
|
||||
|
||||
override fun execute(context: BytecodeContext) {
|
||||
MusicAdsFingerprint.resultOrThrow().let {
|
||||
it.mutableMethod.apply {
|
||||
@ -119,9 +124,4 @@ abstract class BaseAdsPatch(
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
private companion object {
|
||||
const val INTEGRATIONS_CLASS_DESCRIPTOR =
|
||||
"$PATCHES_PATH/FullscreenAdsPatch;"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user