mirror of https://github.com/citusdata/citus.git
Fixes formatting
parent
a7aee78e85
commit
c68cfb0597
|
@ -505,9 +505,9 @@ static bool
|
|||
HasRangeTableRef(Node *node, int *varno)
|
||||
{
|
||||
if (node == NULL)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (IsA(node, RangeTblRef))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue