diff --git a/src/main/java/refinedstorage/gui/GuiGrid.java b/src/main/java/refinedstorage/gui/GuiGrid.java index 1539873a2..820203030 100755 --- a/src/main/java/refinedstorage/gui/GuiGrid.java +++ b/src/main/java/refinedstorage/gui/GuiGrid.java @@ -298,8 +298,7 @@ public class GuiGrid extends GuiBase { if (isOverSlotWithItem()) { /** * Some mods modify the NBT tag in {@link Item#addInformation(ItemStack, EntityPlayer, List, boolean)} - * and that would cause a client and server desync between the items and - * that makes pulling fail. + * and that would cause a client and server desync between the items and that makes pulling fail. */ drawTooltip(mouseX, mouseY, items.get(slotNumber).copy()); }