From 3d8856b29aba4d7436e637bc5778261b4acddeba Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 10 Jul 2023 20:28:50 +0200 Subject: [PATCH] fix: use correct patch naming convention --- .../reddit/customclients/ChangeOAuthClientIdPatchAnnotation.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/reddit/customclients/ChangeOAuthClientIdPatchAnnotation.kt b/src/main/kotlin/app/revanced/patches/reddit/customclients/ChangeOAuthClientIdPatchAnnotation.kt index 707f6ddf1..ea5fe5935 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/customclients/ChangeOAuthClientIdPatchAnnotation.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/customclients/ChangeOAuthClientIdPatchAnnotation.kt @@ -1,10 +1,9 @@ package app.revanced.patches.reddit.customclients -import app.revanced.patcher.annotation.Description import app.revanced.patcher.annotation.Name import app.revanced.patcher.patch.annotations.Patch @Target(AnnotationTarget.CLASS) @Patch -@Name("Change oauth client id") +@Name("Change OAuth client id") annotation class ChangeOAuthClientIdPatchAnnotation \ No newline at end of file