diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-21 12:38:10 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-03-24 16:21:27 +0100 |
commit | 1809386862ee2c16f9abc1cf2d6972d317c94cbd (patch) | |
tree | 56fe48e5de4dc1c484fc59c88dded699275074ff /tests | |
parent | 61f7f13bd81948f6179bb8f70b6711c002ddd70e (diff) | |
download | nextcloud-server-1809386862ee2c16f9abc1cf2d6972d317c94cbd.tar.gz nextcloud-server-1809386862ee2c16f9abc1cf2d6972d317c94cbd.zip |
Fix codestyle
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Files/Storage/Wrapper/EncryptionTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/Storage/Wrapper/EncryptionTest.php b/tests/lib/Files/Storage/Wrapper/EncryptionTest.php index 9f63f173129..d26e5c499e7 100644 --- a/tests/lib/Files/Storage/Wrapper/EncryptionTest.php +++ b/tests/lib/Files/Storage/Wrapper/EncryptionTest.php @@ -8,7 +8,6 @@ use OC\Encryption\Util; use OC\Files\Storage\Temporary; use OC\Files\Storage\Wrapper\Encryption; use OC\Files\View; -use OC\Log; use OC\Memcache\ArrayCache; use OC\User\Manager; use OCP\Encryption\IEncryptionModule; |