@@ -48,7 +48,7 @@ |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | // Basic test - fire the correct cart back via Websocket |
| 51 | - if(!empty($otherCarts)) { |
|
| 51 | + if (!empty($otherCarts)) { |
|
| 52 | 52 | $client->send(json_encode($otherCarts)); |
| 53 | 53 | } |
| 54 | 54 | } |