Completed
Push — master ( b38186...1af786 )
by Petrică
04:19
created
Gauge/RemoteProcessesGauge.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,6 +44,6 @@
 block discarded – undo
44 44
         $this->command = new RemoteTopCommand($this->sshString, $this->sshPort, $this->sshIdentityFile);
45 45
 
46 46
 
47
-        $this->namespace = preg_replace('/[^-+_.A-Za-z0-9]*/i', '', 'statsd.' . $this->sshString . '.' . $this->sshPort);
47
+        $this->namespace = preg_replace('/[^-+_.A-Za-z0-9]*/i', '', 'statsd.'.$this->sshString.'.'.$this->sshPort);
48 48
     }
49 49
 }
50 50
\ No newline at end of file
Please login to merge, or discard this patch.