mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-24 04:02:50 +08:00
Remove redundant Style constructor.
This commit is contained in:
parent
dafbfe63ba
commit
256fcdd27f
@ -34,11 +34,6 @@ namespace Spectre.Console
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static Style Plain { get; } = new Style();
|
public static Style Plain { get; } = new Style();
|
||||||
|
|
||||||
private Style()
|
|
||||||
: this(null, null, null, null)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="Style"/> class.
|
/// Initializes a new instance of the <see cref="Style"/> class.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user