Whitespace fix.

This commit is contained in:
Péter Nemes 2017-06-06 15:52:33 +02:00
parent 01585027b1
commit ce0d70d651

View File

@ -19,7 +19,6 @@ namespace osu.Game.Rulesets.Osu.OsuDifficulty.Utils
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>