Skip to content

Commit 6a4311c

Browse files
llint
1 parent 3207a9e commit 6a4311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/CSharp/Portable/CodeGeneration/CSharpSyntaxGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3364,7 +3364,7 @@ internal override SyntaxToken NumericLiteralToken(string text, ulong value)
33643364
=> SyntaxFactory.Literal(text, value);
33653365

33663366
private static SyntaxNode ParenthesizeNonSimple(SyntaxNode expression)
3367-
=> CSharpSyntaxGeneratorInternal.ParenthesizeNonSimple(expression);
3367+
=> CSharpSyntaxGeneratorInternal.ParenthesizeNonSimple(expression);
33683368

33693369
public override SyntaxNode IsTypeExpression(SyntaxNode expression, SyntaxNode type)
33703370
=> SyntaxFactory.BinaryExpression(SyntaxKind.IsExpression, (ExpressionSyntax)ParenthesizeNonSimple(expression), (TypeSyntax)type);

0 commit comments

Comments
 (0)