mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix whitespace
This commit is contained in:
@@ -223,7 +223,7 @@ class SystemNodeProviderTest extends TestCase
|
||||
->setMethods(['getIfconfig'])
|
||||
->getMock();
|
||||
|
||||
if($os === 'Linux') {
|
||||
if ($os === 'Linux') {
|
||||
$provider->expects($this->never())
|
||||
->method('getIfconfig');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user