Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 26, 2025
1 parent 3fea831 commit 5d137bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public static void ConstructorTest()
private static BalancedVariantConverter<TLinkAddress> MakeConverter<TLinkAddress>()
where TLinkAddress : struct, IUnsignedNumber<TLinkAddress>, IComparisonOperators<TLinkAddress, TLinkAddress, bool>
{

return new BalancedVariantConverter<TLinkAddress>(null);
}

Expand Down

0 comments on commit 5d137bd

Please sign in to comment.