Corrected format

This commit is contained in:
BaiSugar
2022-04-24 22:38:53 +08:00
parent 0796957751
commit 60319ee9eb
3 changed files with 10 additions and 17 deletions

View File

@@ -15,5 +15,5 @@ public @interface Command {
String permission() default "";
boolean threading() default false;
boolean threading() default false;
}