浏览代码

Test suite: minor code formatting fix.

Daniele Alessandri 15 年之前
父节点
当前提交
4f25e568cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'));