[DoctrineMongoDBBundle] removed trailing space

This commit is contained in:
Bulat Shakirzyanov 2010-07-27 17:59:34 -04:00 committed by Fabien Potencier
parent c0eb062b8e
commit 373d05c9ba

View File

@ -11,6 +11,6 @@ use Symfony\Framework\Bundle\Bundle;
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
class DoctrineMongoDBBundle extends Bundle
class DoctrineMongoDBBundle extends Bundle
{
}