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 --- tests/Core/Command/Encryption/SetDefaultModuleTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/Core/Command/Encryption/SetDefaultModuleTest.php') diff --git a/tests/Core/Command/Encryption/SetDefaultModuleTest.php b/tests/Core/Command/Encryption/SetDefaultModuleTest.php index 0776ef42b48..f2f1d1cfc67 100644 --- a/tests/Core/Command/Encryption/SetDefaultModuleTest.php +++ b/tests/Core/Command/Encryption/SetDefaultModuleTest.php @@ -21,7 +21,6 @@ namespace Tests\Core\Command\Encryption; - use OC\Core\Command\Encryption\SetDefaultModule; use OCP\Encryption\IManager; use OCP\IConfig; -- cgit v1.2.3