summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/ShareByMailProvider.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-19 12:03:54 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-04-19 12:03:54 +0200
commitb7fe28bba170ac2432d33f3c41cee812491779f5 (patch)
treee0bec99c76665628c8f42749297503be648c3368 /apps/sharebymail/lib/ShareByMailProvider.php
parent203ef885096e402de772be70c4f39615767bdf65 (diff)
downloadnextcloud-server-b7fe28bba170ac2432d33f3c41cee812491779f5.tar.gz
nextcloud-server-b7fe28bba170ac2432d33f3c41cee812491779f5.zip
Fix indentation
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/sharebymail/lib/ShareByMailProvider.php')
-rw-r--r--apps/sharebymail/lib/ShareByMailProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php
index 473613e542e..761a2600d7c 100644
--- a/apps/sharebymail/lib/ShareByMailProvider.php
+++ b/apps/sharebymail/lib/ShareByMailProvider.php
@@ -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());