mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-02 22:42:57 +01:00
fix: add missing trimIndent()
to string literals
Co-authored-by: Sculas <contact@sculas.xyz>
This commit is contained in:
parent
535aee0840
commit
76d3c71b67
@ -34,7 +34,7 @@ class VideoAdsPatch : Patch(
|
|||||||
compatiblePackages = compatiblePackages,
|
compatiblePackages = compatiblePackages,
|
||||||
description = """Signature for the constructor of some class.
|
description = """Signature for the constructor of some class.
|
||||||
This signature is being used to find another method in the parent class
|
This signature is being used to find another method in the parent class
|
||||||
and was discovered in the YouTube version v17.03.38""",
|
and was discovered in the YouTube version v17.03.38""".trimIndent(),
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
),
|
),
|
||||||
returnType = "V",
|
returnType = "V",
|
||||||
|
Loading…
Reference in New Issue
Block a user