Remove trailing spaces from Module\Post\Share

This commit is contained in:
Hypolite Petovan 2022-11-04 14:14:00 -04:00 committed by GitHub
parent 9bb9bf5668
commit 198d38545d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Share extends \Friendica\BaseModule
public function __construct(Content\Item $contentItem, IHandleUserSessions $session, L10n $l10n, App\BaseURL $baseUrl, App\Arguments $args, LoggerInterface $logger, Profiler $profiler, Response $response, array $server, array $parameters = [])
{
parent::__construct($l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
$this->session = $session;
$this->contentItem = $contentItem;
}