fix: use correct patch naming convention

This commit is contained in:
oSumAtrIX 2023-07-10 20:28:50 +02:00
parent 4b20b2dbe0
commit 3d8856b29a
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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