Skip to content

Commit

Permalink
have some tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Dec 23, 2024
1 parent 892dce4 commit b88f35c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public override void AnalyzeCompilation(CompilationStartAnalysisContext context,
Guard.AssertIsNotNull(context);
Guard.AssertIsNotNull(akkaContext);

context.RegisterSyntaxNodeAction(ctx => AnalyzeMethod(ctx, akkaContext), SyntaxKind.MethodDeclaration, SyntaxKind.ConstructorDeclaration);
context.RegisterSyntaxNodeAction(ctx => AnalyzeMethod(ctx, akkaContext), SyntaxKind.MethodDeclaration);
}

private static void AnalyzeMethod(SyntaxNodeAnalysisContext context, AkkaContext akkaContext)
Expand Down

0 comments on commit b88f35c

Please sign in to comment.