Some more cleanup and formatting.

This commit is contained in:
drtshock
2015-04-27 14:09:34 -05:00
parent ede738019a
commit f1c30c6a37
5 changed files with 9 additions and 27 deletions
@@ -87,7 +87,7 @@ public class UUIDVaultManager {
}
} else {
Inventory i = getInventory(playerFile, size, number, title);
if(i == null) {
if (i == null) {
return null;
} else {
inv = i;
@@ -120,7 +120,7 @@ public class UUIDVaultManager {
return null;
} else {
Inventory i = getInventory(playerFile, size, number, title);
if(i == null) {
if (i == null) {
return null;
} else {
inv = i;