From 589c74e1761f7450d7aabb0f5cf8391f89c3847d Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 22 Apr 2014 20:10:46 +0200 Subject: Fix indentation --- tests/lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/util.php') 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(){ -- cgit v1.2.3