summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/google.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-29 08:42:49 +0200
committerBart Visscher <bartv@thisnet.nl>2012-08-29 20:29:43 +0200
commit0e58800016419daf3b2d032136415a5fe9d6331f (patch)
treec842a8c9104b3c9f2ceab2d505fe01a25f7d0dda /apps/files_external/tests/google.php
parent52f2e7112ea985203eca16aa787bd75a7cf92194 (diff)
downloadnextcloud-server-0e58800016419daf3b2d032136415a5fe9d6331f.tar.gz
nextcloud-server-0e58800016419daf3b2d032136415a5fe9d6331f.zip
Whitespace fixes in apps
Diffstat (limited to 'apps/files_external/tests/google.php')
-rw-r--r--apps/files_external/tests/google.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_external/tests/google.php b/apps/files_external/tests/google.php
index 806db5a6aaa..b0bd9cbbeaf 100644
--- a/apps/files_external/tests/google.php
+++ b/apps/files_external/tests/google.php
@@ -26,7 +26,7 @@ if(!is_array($config) or !isset($config['google']) or !$config['google']['run'])
return;
}else{
class Test_Filestorage_Google extends Test_FileStorage {
-
+
private $config;
public function setUp(){
@@ -41,4 +41,3 @@ if(!is_array($config) or !isset($config['google']) or !$config['google']['run'])
}
}
}
-