Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Feb 19, 2025
1 parent 1e37b61 commit 7db429b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ public IItemHandler getItemHandlerCap(final Direction side)
*
* @return the combined inventory handler
*/
private CombinedItemHandler getOrCreateCombinedInv() {
private CombinedItemHandler getOrCreateCombinedInv()
{
if (combinedInv != null)
{
return combinedInv;
Expand Down

0 comments on commit 7db429b

Please sign in to comment.