summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-04-22 20:10:46 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-04-22 20:10:46 +0200
commit589c74e1761f7450d7aabb0f5cf8391f89c3847d (patch)
tree8d5fac8ac0adf50122fb87008983f03d8106a5ce /tests
parentf07180639c5af149447bc573db58ee130575369e (diff)
downloadnextcloud-server-589c74e1761f7450d7aabb0f5cf8391f89c3847d.tar.gz
nextcloud-server-589c74e1761f7450d7aabb0f5cf8391f89c3847d.zip
Fix indentation
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php
index 20f2f7bbeab..4c0ed920388 100644
--- a/tests/lib/util.php
+++ b/tests/lib/util.php
@@ -67,7 +67,7 @@ class Test_Util extends PHPUnit_Framework_TestCase {
$goodString = 'This is a good string without HTML.';
$result = OC_Util::sanitizeHTML($goodString);
$this->assertEquals('This is a good string without HTML.', $result);
-}
+ }
function testEncodePath(){