Remove redundant Style constructor.

This commit is contained in:
Christian Wischenbart 2021-04-05 23:04:11 +02:00 committed by Phil Scott
parent dafbfe63ba
commit 256fcdd27f

View File

@ -34,11 +34,6 @@ namespace Spectre.Console
/// </summary>
public static Style Plain { get; } = new Style();
private Style()
: this(null, null, null, null)
{
}
/// <summary>
/// Initializes a new instance of the <see cref="Style"/> class.
/// </summary>