Removed whitespace

This commit is contained in:
2022-04-13 21:10:12 +01:00
parent 3b39165316
commit cb09f165f8
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@
};
}
public static DoublyLinkedList<T> Create(DoublyLinkedList<T> list1, DoublyLinkedList<T> list2)
{
//Create a new list from 2 separate lists