Explorar o código

Test suite: minor code formatting fix.

Daniele Alessandri %!s(int64=15) %!d(string=hai) anos
pai
achega
4f25e568cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'));