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
co-authored by kodumbeats
parent f9423111f3
commit 4bbf0e9303
@@ -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'],