Фикс вывода ошибки ArgumentException.

This commit is contained in:
ksenianeva 2022-12-21 19:19:34 +04:00
parent 4335e642a9
commit 28981e02a6

View File

@ -48,8 +48,6 @@ namespace ContainerShip
{
if (checkShip.Equals(ship)) {
throw new ArgumentException();
return -1;
}
}