1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 19:14:18 +02:00

Code cleanup

This commit is contained in:
snowleo
2012-08-03 10:39:45 +02:00
parent ba1431bf2a
commit 1f740d98d9

View File

@@ -29,7 +29,7 @@ public class Commandgamemode extends EssentialsCommand
@Override
protected void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
{
if(args.length < 1)
if (args.length < 1)
{
throw new NotEnoughArgumentsException();
}