chore: lint code

This commit is contained in:
inotia00
2024-09-15 20:21:41 +09:00
parent 80727591ae
commit 5e8d280294
11 changed files with 48 additions and 28 deletions

View File

@ -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;"
}
}