@@ -32,9 +32,9 @@ |
||
32 | 32 | { |
33 | 33 | return implode(' && ', [ |
34 | 34 | 'chcp 65001', |
35 | - $this->getUtility().' show networks mode=Bssid', |
|
36 | - 'echo '.$this->separator, |
|
37 | - $this->getUtility().' show interfaces', |
|
35 | + $this->getUtility() . ' show networks mode=Bssid', |
|
36 | + 'echo ' . $this->separator, |
|
37 | + $this->getUtility() . ' show interfaces', |
|
38 | 38 | ]); |
39 | 39 | } |
40 | 40 |