aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Exceptions
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/lib/Exceptions')
-rw-r--r--apps/files_sharing/lib/Exceptions/BrokenPath.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Exceptions/BrokenPath.php b/apps/files_sharing/lib/Exceptions/BrokenPath.php
index 33fb242a36a..37db10bcb31 100644
--- a/apps/files_sharing/lib/Exceptions/BrokenPath.php
+++ b/apps/files_sharing/lib/Exceptions/BrokenPath.php
@@ -27,7 +27,7 @@ namespace OCA\Files_Sharing\Exceptions;
* Expected path with a different root
* Possible Error Codes:
* 10 - Path not relative to data/ and point to the users file directory
-
+ *
*/
class BrokenPath extends \Exception {
}