diff options
author | Florin Peter <github@florin-peter.de> | 2013-06-03 18:42:13 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-06-03 18:42:13 +0200 |
commit | dc8bcf0688c80220a864b5829ecefbd2c0d70ea4 (patch) | |
tree | 6d9cbc1a65a315af07bce7595ea0de195389e554 /apps/files_encryption/tests/share.php | |
parent | 1e601cd6f1a4be0f3736467e08c6de8603b6aad0 (diff) | |
download | nextcloud-server-dc8bcf0688c80220a864b5829ecefbd2c0d70ea4.tar.gz nextcloud-server-dc8bcf0688c80220a864b5829ecefbd2c0d70ea4.zip |
reformat code
Diffstat (limited to 'apps/files_encryption/tests/share.php')
-rwxr-xr-x | apps/files_encryption/tests/share.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_encryption/tests/share.php b/apps/files_encryption/tests/share.php index 28f0de4941b..9a0d542c6d5 100755 --- a/apps/files_encryption/tests/share.php +++ b/apps/files_encryption/tests/share.php @@ -111,8 +111,7 @@ class Test_Encryption_Share extends \PHPUnit_Framework_TestCase { // reset app files_trashbin if ($this->stateFilesTrashbin) { OC_App::enable('files_trashbin'); - } - else { + } else { OC_App::disable('files_trashbin'); } } |