fix formatting issues
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user