Skip to content

Commit

Permalink
Remove unused ? mark
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 authored Dec 14, 2022
1 parent 741622e commit 6ac00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Platform.Delegates/WriteHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

namespace Platform.Delegates
{
public delegate TLinkAddress WriteHandler<TLinkAddress>?(IList<TLinkAddress>? before, IList<TLinkAddress>? after);
public delegate TLinkAddress WriteHandler<TLinkAddress>(IList<TLinkAddress>? before, IList<TLinkAddress>? after);
}

0 comments on commit 6ac00e8

Please sign in to comment.