Skip to content

Commit

Permalink
Fix: further style changes (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Jul 20, 2021
1 parent 8b806c3 commit 65e2def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static IEnumerable<MethodMetadata> GetValidMethods(GeneratorExecutionCont
foreach (var invocationExpression in syntaxReceiver.RegisterConstant)
{
var methodMetadata = GetValidRegisterConstant(context, invocationExpression, compilation, (method, interfaceType, concreteType, invocation) =>
new RegisterConstantMetadata(method, interfaceType, concreteType, invocation));
new(method, interfaceType, concreteType, invocation));

if (methodMetadata != null)
{
Expand Down

0 comments on commit 65e2def

Please sign in to comment.