merge conflict test 2
continuous-integration/drone/push Build is failing Details

pull/19/head
Liam MONCHANIN 2 years ago
parent 3ba8819ee5
commit 5d4ae8b029

@ -81,17 +81,10 @@ namespace Biblioteque_de_Class
if (image.GetName() == name) if (image.GetName() == name)
{ {
ImageList.Remove(image); ImageList.Remove(image);
<<<<<<< HEAD
}
else
{
throw new NullReferenceException("Image not found");
=======
return; return;
>>>>>>> f534e27179564bf06ff0904ec99e31daf8662358
} }
} }
throw new Exception("Image not found"); throw new NullReferenceException("Image not found");
} }
/// <summary> /// <summary>

Loading…
Cancel
Save