Procházet zdrojové kódy

Test suite: minor code formatting fix.

Daniele Alessandri před 15 roky
rodič
revize
4f25e568cf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'));