fix formatting issues
This commit is contained in:
parent
ba4492ea81
commit
05481cab3d
1 changed files with 4 additions and 6 deletions
|
@ -23,7 +23,6 @@ namespace Friendica\Console;
|
|||
|
||||
use Console_Table;
|
||||
use Friendica\App;
|
||||
use Friendica\Content\Pager;
|
||||
use Friendica\Model\Contact as ContactModel;
|
||||
use Friendica\Model\User as UserModel;
|
||||
use Friendica\Util\Temporal;
|
||||
|
@ -169,8 +168,7 @@ HELP;
|
|||
|
||||
if ($result['success']) {
|
||||
$this->out('User ' . $user['nickname'] . ' now connected to ' . $url . ', contact ID ' . $result['cid']);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
throw new RuntimeException($result['message']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue