Skip to content

Commit

Permalink
minor directive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentFire committed Nov 18, 2023
1 parent 61eeb0c commit 27e6ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lidgren.Network/NetException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ public static T ThrowIfNull<T>([NotNull] T? argument, string? paramName = null)
{
return argument ?? throw new NetException($"{paramName ?? "argument"} is null");
}
}
#endif
}
}
}

0 comments on commit 27e6ece

Please sign in to comment.