Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Sep 12, 2023
1 parent 04b27a8 commit 84f9008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ static Accessibility Accessibility(MemberDeclarationSyntax? member)
}
}

static SyntaxTokenList Modifiers(MemberDeclarationSyntax member)
static SyntaxTokenList Modifiers(MemberDeclarationSyntax? member)
{
return member switch
{
Expand Down

0 comments on commit 84f9008

Please sign in to comment.