Skip to content

Commit 09da4f7

Browse files
author
Jamie Hannaford
committed
Appease PSR-2 gods
1 parent 344016d commit 09da4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/OpenCloud/LoadBalancer/Collection/LoadBalancerIterator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ public function parseResponseBody($body)
4040

4141
return $response;
4242
}
43-
}
43+
}

tests/OpenCloud/Tests/LoadBalancer/ServiceTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function test_Listing_Load_Balancers()
7979

8080
// Check our assumptions
8181
$this->isCollection($lbs);
82-
$this->assertEquals($ids, array(1,2,3,4,5));
82+
$this->assertEquals($ids, array(1, 2, 3, 4, 5));
8383
}
8484

8585
public function testBillableLoadBalancer()

0 commit comments

Comments
 (0)