Skip to content

Commit 65e2def

Browse files
authored
Fix: further style changes (#19)
1 parent 8b806c3 commit 65e2def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Splat.DependencyInjection.SourceGenerator/MetadataExtractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static IEnumerable<MethodMetadata> GetValidMethods(GeneratorExecutionCont
4545
foreach (var invocationExpression in syntaxReceiver.RegisterConstant)
4646
{
4747
var methodMetadata = GetValidRegisterConstant(context, invocationExpression, compilation, (method, interfaceType, concreteType, invocation) =>
48-
new RegisterConstantMetadata(method, interfaceType, concreteType, invocation));
48+
new(method, interfaceType, concreteType, invocation));
4949

5050
if (methodMetadata != null)
5151
{

0 commit comments

Comments
 (0)