diff options
Diffstat (limited to 'apps/files/lib/Exception/TransferOwnershipException.php')
-rw-r--r-- | apps/files/lib/Exception/TransferOwnershipException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/lib/Exception/TransferOwnershipException.php b/apps/files/lib/Exception/TransferOwnershipException.php index dad5dc13679..2fe7287f88f 100644 --- a/apps/files/lib/Exception/TransferOwnershipException.php +++ b/apps/files/lib/Exception/TransferOwnershipException.php @@ -29,5 +29,4 @@ namespace OCA\Files\Exception; use Exception; class TransferOwnershipException extends Exception { - } |