@@ -35,7 +35,7 @@  | 
                                                    ||
| 35 | 35 |      { | 
                                                        
| 36 | 36 | $exchangeParts = [];  | 
                                                        
| 37 | 37 | |
| 38 | - if(! empty($this->exchangesPrefix))  | 
                                                        |
| 38 | + if( ! empty($this->exchangesPrefix))  | 
                                                        |
| 39 | 39 |          { | 
                                                        
| 40 | 40 | $exchangeParts[] = trim($this->exchangesPrefix);  | 
                                                        
| 41 | 41 | }  |