diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:14:31 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:14:31 +0200 |
commit | f4c09f299d989b117ebdf769632dcc6d4582791c (patch) | |
tree | e838ae71bb9424b25c824e563c634203ffe3a9d2 /apps/files_sharing | |
parent | bcd13296def0ac8b8fb48067472f1019d5715895 (diff) | |
download | nextcloud-server-f4c09f299d989b117ebdf769632dcc6d4582791c.tar.gz nextcloud-server-f4c09f299d989b117ebdf769632dcc6d4582791c.zip |
Make sure there is exactly one newline after imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/lib/Exceptions/SharingRightsException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Exceptions/SharingRightsException.php b/apps/files_sharing/lib/Exceptions/SharingRightsException.php index 3df5754e0a1..02d197d4034 100644 --- a/apps/files_sharing/lib/Exceptions/SharingRightsException.php +++ b/apps/files_sharing/lib/Exceptions/SharingRightsException.php @@ -25,7 +25,6 @@ namespace OCA\Files_Sharing\Exceptions; use Exception; - /** * Sharing and Resharing rights. * |