summaryrefslogtreecommitdiffstats
path: root/lib/public/Accounts/IAccountManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Accounts/IAccountManager.php')
-rw-r--r--lib/public/Accounts/IAccountManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Accounts/IAccountManager.php b/lib/public/Accounts/IAccountManager.php
index eaa394de8b8..9d02e0b43c0 100644
--- a/lib/public/Accounts/IAccountManager.php
+++ b/lib/public/Accounts/IAccountManager.php
@@ -65,5 +65,4 @@ interface IAccountManager {
* @return IAccount
*/
public function getAccount(IUser $user): IAccount;
-
}