瀏覽代碼

Remove empty lines

Jordi Boggiano 13 年之前
父節點
當前提交
f9f085e5f4
共有 1 個文件被更改,包括 0 次插入2 次删除
  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.')';