浏览代码

[DoctrineMongoDBBundle] removed trailing space

Bulat Shakirzyanov 15 年之前
父节点
当前提交
373d05c9ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php

+ 1 - 1
src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php

@@ -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
 {
 }