Fixes formatting

pull/7604/head
gurkanindibay 2024-05-20 16:05:31 +03:00
parent a7aee78e85
commit c68cfb0597
1 changed files with 3 additions and 3 deletions

View File

@ -505,9 +505,9 @@ static bool
HasRangeTableRef(Node *node, int *varno)
{
if (node == NULL)
{
return false;
}
{
return false;
}
if (IsA(node, RangeTblRef))
{