Removed whitespace
This commit is contained in:
parent
8444f0fa0a
commit
7a3c15d602
@ -4,7 +4,6 @@ namespace C_.Datastructures
|
||||
{
|
||||
internal class Stack<T>
|
||||
{
|
||||
|
||||
public StackNode<T>? Head { get; set; }
|
||||
public int Count { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user