Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c1c27fc

Browse files
committed
sigh
1 parent 843c94a commit c1c27fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Extensions/LambdaComparer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public LambdaComparer(Func<T, T, int> lambdaComparer) :
1414
{
1515
}
1616

17-
public LambdaComparer(Func<T, T, int> lambdaComparer, Func<T, int> lambdaHash)
17+
public LambdaComparer(Func<T, T, int> lambdaComparer, [AllowNull] Func<T, int> lambdaHash)
1818
{
1919
this.lambdaComparer = lambdaComparer;
2020
this.lambdaHash = lambdaHash;

0 commit comments

Comments
 (0)