diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-22 20:10:46 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-22 20:10:46 +0200 |
commit | 589c74e1761f7450d7aabb0f5cf8391f89c3847d (patch) | |
tree | 8d5fac8ac0adf50122fb87008983f03d8106a5ce /tests | |
parent | f07180639c5af149447bc573db58ee130575369e (diff) | |
download | nextcloud-server-589c74e1761f7450d7aabb0f5cf8391f89c3847d.tar.gz nextcloud-server-589c74e1761f7450d7aabb0f5cf8391f89c3847d.zip |
Fix indentation
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/util.php | 2 |
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(){ |