소스 검색

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