fix style

This commit is contained in:
Vladimir Makarov 2022-05-14 08:55:07 +00:00
parent 8f8c622e7c
commit 316858ee39
2 changed files with 4 additions and 4 deletions

View File

@ -202,7 +202,7 @@ bool ANNCondition::traverseAtomAST(const ASTPtr & node, RPNElement & out)
return true;
}
// Check if we have constants behind the node
// Check if we have constants behind the node
return tryCastToConstType(node, out);
}