fix: ktlint warning

This commit is contained in:
LisoUseInAIKyrios 2024-03-31 23:50:06 +04:00
parent e925ed6eb3
commit 960f989188
1 changed files with 3 additions and 4 deletions

View File

@ -8,14 +8,13 @@ import app.revanced.patches.youtube.misc.integrations.IntegrationsPatch
import app.revanced.patches.youtube.misc.playeroverlay.fingerprint.PlayerOverlaysOnFinishInflateFingerprint
import app.revanced.util.exception
/**
* Edit: This patch is not in use and may not work.
*/
@Patch(
description = "Hook for the video player overlay",
dependencies = [IntegrationsPatch::class]
)
/**
* Edit: This patch is not in use and may not work.
*/
@Suppress("unused")
object PlayerOverlaysHookPatch : BytecodePatch(
setOf(PlayerOverlaysOnFinishInflateFingerprint)