diff options
author | Robin Appelman <robin@icewind.nl> | 2021-05-12 16:11:55 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2021-05-12 16:11:55 +0200 |
commit | 8d7fae8fae054eaa08635fea3ba092196c6f8b84 (patch) | |
tree | ac0cdb1594ba98ce91c6192ea01af52fa67a05ba | |
parent | a9eb1f6af31706f71793b62e2de89078753063a3 (diff) | |
download | nextcloud-server-8d7fae8fae054eaa08635fea3ba092196c6f8b84.tar.gz nextcloud-server-8d7fae8fae054eaa08635fea3ba092196c6f8b84.zip |
fmt
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r-- | apps/dav/tests/unit/CardDAV/SyncServiceTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/dav/tests/unit/CardDAV/SyncServiceTest.php b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php index fbec28ca7fd..426870853f2 100644 --- a/apps/dav/tests/unit/CardDAV/SyncServiceTest.php +++ b/apps/dav/tests/unit/CardDAV/SyncServiceTest.php @@ -28,11 +28,9 @@ namespace OCA\DAV\Tests\unit\CardDAV; -use OC\Accounts\AccountManager; use OCA\DAV\CardDAV\CardDavBackend; use OCA\DAV\CardDAV\Converter; use OCA\DAV\CardDAV\SyncService; -use OCP\Accounts\IAccountManager; use OCP\ILogger; use OCP\IUser; use OCP\IUserManager; |