From 41b5e5923a44965e435d35d01b5009abb2dd5c97 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 9 Apr 2020 11:48:10 +0200 Subject: Use exactly one empty line after the namespace declaration For PSR2 Signed-off-by: Christoph Wurst --- lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php') diff --git a/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php b/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php index 1343531e384..635d0908c9a 100644 --- a/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php +++ b/lib/private/Files/ObjectStore/SwiftV2CachingAuthService.php @@ -26,7 +26,6 @@ declare(strict_types=1); namespace OC\Files\ObjectStore; - use OpenStack\Identity\v2\Service; class SwiftV2CachingAuthService extends Service { -- cgit v1.2.3