Formatting

This commit is contained in:
TheMode 2021-06-08 14:20:48 +02:00
parent 5469190e64
commit 1e90d67511
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ public interface InstanceEvent extends Event {
* @return instance
*/
@NotNull Instance getInstance();
}
}

View File

@ -12,4 +12,4 @@ public interface InventoryEvent extends Event {
* @return the inventory, null if this is a player's inventory
*/
@Nullable Inventory getInventory();
}
}