소스 검색

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()