Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
vbtig committed Aug 21, 2023
1 parent 621f0ff commit adb465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Testably.Abstractions.FluentAssertions/Match.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public static Match Wildcard(string pattern, bool ignoreCase = false)

private sealed class WildcardMatch : Match
{
private readonly string _originalPattern;
private readonly bool _ignoreCase;
private readonly string _originalPattern;
private readonly string _pattern;

internal WildcardMatch(string pattern, bool ignoreCase)
Expand Down

0 comments on commit adb465e

Please sign in to comment.