@@ -143,7 +143,7 @@  | 
                                                    ||
| 143 | 143 |      { | 
                                                        
| 144 | 144 | $sql = NodeFactory::toSql($this->subTree, $dbConnection, $parameters, ' ', false, $indent, $conditionsMode);  | 
                                                        
| 145 | 145 | |
| 146 | -        if($this->baseExpression) { | 
                                                        |
| 146 | +        if ($this->baseExpression) { | 
                                                        |
| 147 | 147 | $sql .= ' '.$this->baseExpression.' ';  | 
                                                        
| 148 | 148 | }  | 
                                                        
| 149 | 149 | |