Skip to content

Commit

Permalink
Redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thomhurst committed Jan 12, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0e85622 commit ef1e4ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ public static string WriteAttribute(GeneratorAttributeSyntaxContext context, Att
var constructorArguments = attributeData.ConstructorArguments
.Select((constant, index) =>
{
var parameter = attributeData.AttributeConstructor?.Parameters[index];
var elementAtOrDefault = constructorArgumentSyntaxes.ElementAtOrDefault(index);
return new
{

0 comments on commit ef1e4ca

Please sign in to comment.