Преглед на файлове

Remove extra line in method following CS-Fixer

Mike van Rooyen преди 5 години
родител
ревизия
daedb4a74f
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      tests/Composer/Test/Repository/PathRepositoryTest.php

+ 0 - 1
tests/Composer/Test/Repository/PathRepositoryTest.php

@@ -34,7 +34,6 @@ class PathRepositoryTest extends TestCase
         $repositoryUrl = implode(DIRECTORY_SEPARATOR, array(__DIR__, 'Fixtures', 'path', 'missing'));
         $repository = new PathRepository(array('url' => $repositoryUrl), $ioInterface, $config);
         $repository->getPackages();
-
     }
 
     public function testLoadPackageFromFileSystemWithVersion()