Completed
Push — master ( f5a7e5...2d88d1 )
by Adrian
02:22
created
src/Manticoresearch/Endpoints/Indices/FlushRamchunk.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
 
22 22
         if (isset($this->_index)) {
23
-            return parent::setBody(['query' => "FLUSH RAMCHUNK ".$this->_index]);
23
+            return parent::setBody(['query' => "FLUSH RAMCHUNK " . $this->_index]);
24 24
         }
25 25
         throw new RuntimeException('Index name is missing.');
26 26
     }
Please login to merge, or discard this patch.