Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Jan 12, 2016
1 parent a3eb00d commit 2604f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function __construct(ClientInterface $client = null)
$handlerStack->push(Middleware::prepareBody(), 'prepare_body');
$client = new GuzzleClient(['handler' => $handlerStack]);
}

$this->client = $client;
}

Expand Down

0 comments on commit 2604f2c

Please sign in to comment.