Whitespace fix.

This commit is contained in:
Péter Nemes 2017-06-06 15:52:33 +02:00
parent 01585027b1
commit ce0d70d651
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ public class History<T> : IEnumerable<T>
private readonly int capacity;
private int marker; // Marks the position of the most recently added item.
//
/// <summary>
/// Initializes a new instance of the History class that is empty and has the specified capacity.
/// </summary>