@@ -42,7 +42,7 @@ |
||
| 42 | 42 | $options = Options::create($options); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | - if(!$client instanceof SsmClient) { |
|
| 45 | + if (!$client instanceof SsmClient) { |
|
| 46 | 46 | $client = new SsmClient($client); |
| 47 | 47 | } |
| 48 | 48 | |