Skip to content

Commit

Permalink
fix: use correct patch naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 10, 2023
1 parent 4b20b2d commit 3d8856b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3d8856b

Please sign in to comment.