From 76d3c71b67edebd79f2cdb1bb28e4d2969d72223 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 14 Apr 2022 11:50:15 +0200 Subject: [PATCH] fix: add missing `trimIndent()` to string literals Co-authored-by: Sculas --- src/main/kotlin/app/revanced/patches/ad/VideoAdsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/ad/VideoAdsPatch.kt b/src/main/kotlin/app/revanced/patches/ad/VideoAdsPatch.kt index 497f4422f..576bf46e6 100644 --- a/src/main/kotlin/app/revanced/patches/ad/VideoAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/ad/VideoAdsPatch.kt @@ -34,7 +34,7 @@ class VideoAdsPatch : Patch( compatiblePackages = compatiblePackages, description = """Signature for the constructor of some 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" ), returnType = "V",