Remove unnecessary empty end line

This commit is contained in:
AlexTheCoder 2018-01-07 06:22:25 -05:00 committed by Alexander Meech
parent 4db3ab12f1
commit 877b5333cb
1 changed files with 1 additions and 1 deletions

View File

@ -354,4 +354,4 @@ public abstract class PunishPage extends ShopPageBase<Punish, PunishShop>
_pastPunishments.sort((a, b) -> Long.compare(b.GetTime(), a.GetTime()));
}
}
}