Skip to content

Commit

Permalink
fix: add missing trimIndent() to string literals
Browse files Browse the repository at this point in the history
Co-authored-by: Sculas <contact@sculas.xyz>
  • Loading branch information
oSumAtrIX and Sculas committed Apr 14, 2022
1 parent 535aee0 commit 76d3c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/patches/ad/VideoAdsPatch.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76d3c71

Please sign in to comment.