Fix indentation

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-19 12:03:54 +02:00
parent 203ef88509
commit b7fe28bba1
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class ShareByMailProvider implements IShareProvider {
$link,
$share->getShareOwner(),
$share->getSharedBy(),
$share->getSharedWith()
$share->getSharedWith()
);
} catch (HintException $hintException) {
$this->logger->error('Failed to send share by mail: ' . $hintException->getMessage());