Skip to content

Commit

Permalink
sonar linting
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed May 6, 2024
1 parent 2dbdfb3 commit c5e3f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sly/parser/syntax/tree/SyntaxNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public ISyntaxNode<IN> Left
{
if (IsExpressionNode)
{
if (IsBinaryOperationNode && IsBinaryOperationNode)
if (IsBinaryOperationNode)
{
Children[0] = value;
}
Expand Down

0 comments on commit c5e3f2c

Please sign in to comment.