Skip to content

Commit

Permalink
address codefactor
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Jul 7, 2021
1 parent df765b1 commit 5318e10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ public class AnsiDictionary : Dictionary<string, string>
/// <summary>
/// Initializes a new instance of the <see cref="AnsiDictionary"/> class.
/// </summary>
public AnsiDictionary() : base(StringComparer.OrdinalIgnoreCase){}
public AnsiDictionary() : base(StringComparer.OrdinalIgnoreCase) { }
}

#region PSStyle
Expand Down

0 comments on commit 5318e10

Please sign in to comment.