indentation and comments
This commit is contained in:
parent
3372268aa1
commit
7a61955d85
1 changed files with 208 additions and 203 deletions
|
@ -588,6 +588,11 @@ class compute
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* List private and public addresses of a server
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
|
||||||
public function listAddresses(array $options = [])
|
public function listAddresses(array $options = [])
|
||||||
{
|
{
|
||||||
try{
|
try{
|
||||||
|
|
Loading…
Add table
Reference in a new issue