Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
borzov committed Aug 8, 2024
1 parent c232e35 commit b7f16f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrEmit/Utils/ReflectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static ReflectionExtensions()

parameterTypesExtractors[runtimeMethodBuilder]
= (Func<MethodBase, Type[]>)(method => new MethodBuilderWrapper(method).ParameterTypes);

parameterTypesExtractors[runtimeConstructorBuilder]
= (Func<MethodBase, Type[]>)(method => new ConstructorBuilderWrapper(method).ParameterTypes);
parameterTypesExtractors[methodOnTypeBuilderInstType]
Expand Down

0 comments on commit b7f16f3

Please sign in to comment.