Fix whitespace

This commit is contained in:
Robbert Müller
2017-11-17 15:00:23 +01:00
parent a9154c4c27
commit 70346f5da3
@@ -223,7 +223,7 @@ class SystemNodeProviderTest extends TestCase
->setMethods(['getIfconfig'])
->getMock();
if($os === 'Linux') {
if ($os === 'Linux') {
$provider->expects($this->never())
->method('getIfconfig');
} else {