fix format

This commit is contained in:
Luck 2016-08-18 13:52:38 +01:00
parent 98b56691dd
commit bfe0126816
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -55,7 +55,6 @@ public class UserAddTempGroup extends SubCommand<User> {
} }
long duration; long duration;
try { try {
duration = Long.parseLong(args.get(1)); duration = Long.parseLong(args.get(1));
} catch (NumberFormatException e) { } catch (NumberFormatException e) {