We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df765b1 commit 805e089Copy full SHA for 805e089
src/System.Management.Automation/FormatAndOutput/common/PSStyle.cs
@@ -37,14 +37,15 @@ public enum ProgressView
37
Classic = 1,
38
}
39
40
+ /// <summary>
41
/// Type is used for custom formatting.
42
/// </summary>
43
public class AnsiDictionary : Dictionary<string, string>
44
{
45
/// <summary>
46
/// Initializes a new instance of the <see cref="AnsiDictionary"/> class.
47
- public AnsiDictionary() : base(StringComparer.OrdinalIgnoreCase){}
48
+ public AnsiDictionary() : base(StringComparer.OrdinalIgnoreCase) { }
49
50
51
#region PSStyle
0 commit comments