Skip to content

Commit e9a5d80

Browse files
committed
Running php-cs-fixer with level=psr2.
1 parent 02c4263 commit e9a5d80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/OpenCloud/Smoke/Unit/Compute.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
/**
2626
* Description of Compute
27-
*
28-
* @link
27+
*
28+
* @link
2929
*/
3030
class Compute extends AbstractUnit implements UnitInterface
3131
{
@@ -66,7 +66,7 @@ public function main()
6666
$network = $this->getService()->network();
6767
try {
6868
$network->create(array(
69-
'label' => $this->prepend(self::NETWORK_NAME),
69+
'label' => $this->prepend(self::NETWORK_NAME),
7070
'cidr' => '192.168.0.0/24'
7171
));
7272
} catch (ClientErrorResponseException $e) {
@@ -223,7 +223,6 @@ public function teardown()
223223

224224
// Delete servers
225225
foreach ($servers as $server) {
226-
227226
$attachments = $server->volumeAttachmentList();
228227

229228
foreach ($attachments as $volumeAttachment) {

0 commit comments

Comments
 (0)