Skip to content

Commit 74bb76a

Browse files
committed
Fix PSR-2 Style Error
1 parent 4ce2f04 commit 74bb76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Networking/v2/Extensions/Layer3/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getFloatingIp($id): FloatingIp
4444
*/
4545
public function listFloatingIps(array $options = []): \Generator
4646
{
47-
return $this->floatingIp()->enumerate($this->api->getFloatingIps(),$options);
47+
return $this->floatingIp()->enumerate($this->api->getFloatingIps(), $options);
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)