1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Remove unnecessary whitespace

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Matej Bačo 2021-09-23 08:44:57 +02:00 committed by GitHub
parent f9423111f3
commit 4bbf0e9303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,6 @@ trait StorageBase
$this->assertCount(1, $response['body']['files']);
$this->assertEquals('logo.png', $response['body']['files'][0]['name']);
$response = $this->client->call(Client::METHOD_GET, '/storage/files', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],