diff options
Diffstat (limited to 'lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php')
-rw-r--r-- | lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php b/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php index 9c1c2a9a441..878bf59e4e9 100644 --- a/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php +++ b/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php @@ -25,5 +25,4 @@ namespace OC\Authentication\Exceptions; use Exception; class UserAlreadyLoggedInException extends Exception { - } |