Browse Source

Test suite: minor code formatting fix.

Daniele Alessandri 15 years ago
parent
commit
4f25e568cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/RedisCommandsTest.php

+ 1 - 1
test/RedisCommandsTest.php

@@ -1470,7 +1470,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase {
             $test->redis->rpush('metavars', 'foo');
             $test->redis->hget('metavars', 'foo');
         });
-   }
+    }
 
     function testHashSetPreserve() {
         $this->assertTrue($this->redis->hsetnx('metavars', 'foo', 'bar'));