chore: make code style consistent

This commit is contained in:
Citymonstret 2022-06-10 10:24:50 +02:00 committed by Jason
parent a2cea2f33e
commit 89ec3fbf29
380 changed files with 479 additions and 936 deletions

View file

@ -51,5 +51,4 @@ public @interface ProxiedBy {
* @return {@code true} if the proxying command should be hidden, {@code false} if not
*/
boolean hidden() default false;
}