diff options
author | Joas Schilling <coding@schilljs.com> | 2020-12-15 11:31:28 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-12-15 11:31:28 +0100 |
commit | 11c1ce6974aad825c3ea033eaa35869d21cf88e4 (patch) | |
tree | 713739d041e974286e77b9f399f048b2a2ff5b73 /apps/federatedfilesharing | |
parent | 96253c7c1b02c9e3a5506198c179dd7a32d01fbe (diff) | |
download | nextcloud-server-11c1ce6974aad825c3ea033eaa35869d21cf88e4.tar.gz nextcloud-server-11c1ce6974aad825c3ea033eaa35869d21cf88e4.zip |
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php index 14d86d4b444..d79fb83a958 100644 --- a/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php +++ b/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php @@ -27,7 +27,6 @@ namespace OCA\FederatedFileSharing\BackgroundJob; -use OCA\FederatedFileSharing\AddressHandler; use OCA\FederatedFileSharing\Notifications; use OCP\AppFramework\Utility\ITimeFactory; use OCP\BackgroundJob\IJobList; |