Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 2604f2c

Browse files
committed
Add newline
1 parent a3eb00d commit 2604f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct(ClientInterface $client = null)
3232
$handlerStack->push(Middleware::prepareBody(), 'prepare_body');
3333
$client = new GuzzleClient(['handler' => $handlerStack]);
3434
}
35+
3536
$this->client = $client;
3637
}
3738

0 commit comments

Comments
 (0)