Browse Source

Remove empty lines

Jordi Boggiano 13 years ago
parent
commit
f9f085e5f4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Packagist/WebBundle/Entity/Version.php

+ 0 - 2
src/Packagist/WebBundle/Entity/Version.php

@@ -800,8 +800,6 @@ class Version
         }
     }
 
-
-
     public function __toString()
     {
         return $this->name.' '.$this->version.' ('.$this->normalizedVersion.')';