Skip to content

Commit fd117a3

Browse files
committed
Cleanup some formatting
1 parent 9c9cb3a commit fd117a3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/java/org/mvplugins/multiverse/inventories/commands/InventoryModifyCommand.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ void onInventoryModifyCommand(
6262
@Description("The world the player's inventory is in")
6363
MultiverseWorld world
6464
) {
65-
6665
String worldName = world.getName();
6766
issuer.sendInfo(ChatColor.YELLOW + "Loading inventory data for " + targetPlayer.getName() + "...");
6867
handleInventoryLoadAndDisplay(issuer, player, targetPlayer, worldName);
69-
7068
}
7169

7270
/**

src/main/java/org/mvplugins/multiverse/inventories/commands/InventoryViewCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private void handleInventoryLoadAndDisplay(
9595
throwable.printStackTrace();
9696
return null; // Must return null for CompletableFuture<Void> in exceptionally
9797
});
98-
}
98+
}
9999

100100
/**
101101
* Creates and opens the custom inventory GUI for viewing.

0 commit comments

Comments
 (0)