@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | use Composer\Config as CConfig; |
10 | 10 | use Composer\IO; |
11 | -use Composer\Downloader; |
|
12 | 11 | use Composer\Util; |
13 | 12 | |
14 | 13 | /** |
@@ -92,7 +92,7 @@ |
||
92 | 92 | |
93 | 93 | // make url |
94 | 94 | $url = $package->getDistUrl(); |
95 | - if (! $url) { |
|
95 | + if (!$url) { |
|
96 | 96 | ++$this->skippedCnt; |
97 | 97 | continue; |
98 | 98 | } |