0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-08-22 19:41:14 +00:00

Use exactly one empty line after the namespace declaration

For PSR2

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-04-09 11:48:10 +02:00
commit 41b5e5923a
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8
408 changed files with 59 additions and 353 deletions
core/Command/Encryption

View file

@ -23,7 +23,6 @@
namespace OC\Core\Command\Encryption;
use OCP\Encryption\IManager;
use OCP\IConfig;
use Symfony\Component\Console\Command\Command;