autoformat
This commit is contained in:
parent
03ebfa1321
commit
f01672f714
|
|
@ -22,7 +22,7 @@ internal record EndpointInvocationInfo {
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal readonly object? typeInstanceReference;
|
internal readonly object? typeInstanceReference;
|
||||||
|
|
||||||
public EndpointInvocationInfo(MethodInfo methodInfo, List<PathParameterInfo> pathParameters, List<QueryParameterInfo> queryParameters, InternalEndpointCheckAttribute[] requiredChecks,
|
public EndpointInvocationInfo(MethodInfo methodInfo, List<PathParameterInfo> pathParameters, List<QueryParameterInfo> queryParameters, InternalEndpointCheckAttribute[] requiredChecks,
|
||||||
object? typeInstanceReference) {
|
object? typeInstanceReference) {
|
||||||
|
|
||||||
this.methodInfo = methodInfo ?? throw new ArgumentNullException(nameof(methodInfo));
|
this.methodInfo = methodInfo ?? throw new ArgumentNullException(nameof(methodInfo));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user