Skip to content

Commit 86e5f41

Browse files
committed
fixed travis-ci
1 parent 4eeaaff commit 86e5f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/API.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ public function __construct($url = 'http://127.0.0.1:8087', $timeout = 8000)
473473
* @param string $uuid SinusBot instance UUID
474474
* @return Instance
475475
*/
476-
public function getInstanceByUUID($uuid) {
476+
public function getInstanceByUUID($uuid)
477+
{
477478
$instance = $this->request("/bot/i/".$uuid."/settings");
478479
$instance['uuid'] = $uuid;
479480
return new Instance($this->token, $this->url, $this->timeout, $instance);

0 commit comments

Comments
 (0)