Skip to content

Commit 83d6a78

Browse files
committed
build errors
1 parent ed53f9b commit 83d6a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/cmdpal/Tests/Microsoft.CmdPal.Common.UnitTests/Text/PrecomputedFuzzyMatcherTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class PrecomputedFuzzyMatcherTests
1212
private readonly PrecomputedFuzzyMatcher _matcher = new();
1313

1414
public static IEnumerable<object[]> MatchData =>
15-
(object[])[
15+
[
1616
["a", "a"],
1717
["abc", "abc"],
1818
["a", "ab"],

0 commit comments

Comments
 (0)