Indentation.

This commit is contained in:
Tux 2014-08-09 15:26:52 -04:00
parent ee778953e8
commit 62cdf7af1b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class RedisBungeeAPI {
* @since 0.3.3
*/
public final void sendChannelMessage(@NonNull String channel, @NonNull String message) {
plugin.sendChannelMessage(channel, message);
plugin.sendChannelMessage(channel, message);
}
/**