Parcourir la source

Remove empty lines

Jordi Boggiano il y a 13 ans
Parent
commit
f9f085e5f4
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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.')';