Skip to content

Commit 805e089

Browse files
committed
address codefactor
1 parent df765b1 commit 805e089

File tree

1 file changed

+2
-1
lines changed
  • src/System.Management.Automation/FormatAndOutput/common

1 file changed

+2
-1
lines changed

src/System.Management.Automation/FormatAndOutput/common/PSStyle.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ public enum ProgressView
3737
Classic = 1,
3838
}
3939

40+
/// <summary>
4041
/// Type is used for custom formatting.
4142
/// </summary>
4243
public class AnsiDictionary : Dictionary<string, string>
4344
{
4445
/// <summary>
4546
/// Initializes a new instance of the <see cref="AnsiDictionary"/> class.
4647
/// </summary>
47-
public AnsiDictionary() : base(StringComparer.OrdinalIgnoreCase){}
48+
public AnsiDictionary() : base(StringComparer.OrdinalIgnoreCase) { }
4849
}
4950

5051
#region PSStyle

0 commit comments

Comments
 (0)