Basic reformat, hit once, hope never again
This commit is contained in:
@@ -17,5 +17,5 @@ public interface IItemDefinition extends IComparableDefinition
|
||||
/**
|
||||
* @return an {@link ItemStack} with specified quantity of this item.
|
||||
*/
|
||||
Optional<ItemStack> maybeStack(int stackSize);
|
||||
Optional<ItemStack> maybeStack( int stackSize );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user