From 4b3a232addb0a92bcbbf45ae28db34a3e6779d49 Mon Sep 17 00:00:00 2001 From: yueh Date: Fri, 3 Jul 2020 20:07:51 +0200 Subject: [PATCH] Fix formatting --- src/api/java/appeng/api/storage/data/IAEItemStack.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/java/appeng/api/storage/data/IAEItemStack.java b/src/api/java/appeng/api/storage/data/IAEItemStack.java index 0a8cf594b..eb676e413 100644 --- a/src/api/java/appeng/api/storage/data/IAEItemStack.java +++ b/src/api/java/appeng/api/storage/data/IAEItemStack.java @@ -108,8 +108,8 @@ public interface IAEItemStack extends IAEStack { ItemStack getDefinition(); /** - * Compare this AE item stack to another item stack, but ignores - * the amount. It checks the item type, NBT and damage values. + * Compare this AE item stack to another item stack, but ignores the amount. It + * checks the item type, NBT and damage values. * * @param is An item stack */