Skip to content

Commit eb10f73

Browse files
authored
chore: unimportant whitespace fixes (#2269)
1 parent 097b82b commit eb10f73

File tree

3 files changed

+159
-159
lines changed

3 files changed

+159
-159
lines changed

tests/Google/ClientTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,16 +249,16 @@ public function testPrepareService()
249249

250250
$response = $this->prophesize('Psr\Http\Message\ResponseInterface');
251251
$response->getBody()
252-
->shouldBeCalledTimes(1)
253-
->willReturn($stream->reveal());
252+
->shouldBeCalledTimes(1)
253+
->willReturn($stream->reveal());
254254

255255
$response->getStatusCode()->willReturn(200);
256256

257257
$http = $this->prophesize('GuzzleHttp\ClientInterface');
258258

259259
$http->send(Argument::type('Psr\Http\Message\RequestInterface'), [])
260-
->shouldBeCalledTimes(1)
261-
->willReturn($response->reveal());
260+
->shouldBeCalledTimes(1)
261+
->willReturn($response->reveal());
262262

263263
$client->setHttpClient($http->reveal());
264264
$dr_service = new Drive($client);

tests/Google/Http/RESTTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
class RESTTest extends BaseTest
2929
{
3030
/**
31-
* @var REST $rest
32-
*/
31+
* @var REST $rest
32+
*/
3333
private $rest;
3434

3535
public function set_up()

0 commit comments

Comments
 (0)