diff --git a/ContainerShip/ContainerShip/SetShipsGeneric.cs b/ContainerShip/ContainerShip/SetShipsGeneric.cs index 92ee32c..8f8ed68 100644 --- a/ContainerShip/ContainerShip/SetShipsGeneric.cs +++ b/ContainerShip/ContainerShip/SetShipsGeneric.cs @@ -48,8 +48,6 @@ namespace ContainerShip { if (checkShip.Equals(ship)) { throw new ArgumentException(); - return -1; - } }