Browse Source

Blind commit, no real changes.

xaav 13 years ago
parent
commit
1511fd41a7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Packagist/WebBundle/Controller/WebController.php

+ 0 - 1
src/Packagist/WebBundle/Controller/WebController.php

@@ -80,7 +80,6 @@ class WebController extends Controller
     {
         $session = $this->get('session');
         $em = $this->getDoctrine()->getEntityManager();
-
         $package = new Package;
 
         if($repository = $session->get('repository')) {