Skip to content

Commit b5b7011

Browse files
author
Patrick Rose
committed
Run CS fixer
1 parent 6040f68 commit b5b7011

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/OpenCloud/Tests/ObjectStore/ServiceTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ public function test_Batch_Delete_Returns_Array_Of_Responses()
184184
{
185185
$responses = array_fill(0, 2, new Response(200));
186186

187-
foreach ($responses as $response)
188-
{
187+
foreach ($responses as $response) {
189188
$this->addMockSubscriber($response);
190189
}
191190

0 commit comments

Comments
 (0)