chore: make code style consistent
This commit is contained in:
parent
a2cea2f33e
commit
89ec3fbf29
380 changed files with 479 additions and 936 deletions
|
|
@ -105,5 +105,4 @@ final class CloudListenerAdapter<C> extends ListenerAdapter {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -146,5 +146,4 @@ public class PircBotXCommandManager<C> extends CommandManager<C> {
|
|||
final @NonNull Function<User, C> getUserMapper() {
|
||||
return this.userMapper;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -124,7 +124,6 @@ public final class UserArgument<C> extends CommandArgument<C, User> {
|
|||
this.getDefaultDescription()
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -157,7 +156,6 @@ public final class UserArgument<C> extends CommandArgument<C, User> {
|
|||
}
|
||||
return ArgumentParseResult.success(user);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -179,7 +177,5 @@ public final class UserArgument<C> extends CommandArgument<C, User> {
|
|||
)
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue