소스 검색

removed excess space at end of function call

mwhittom 11 년 전
부모
커밋
1b68f9151e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Util/Perforce.php

+ 1 - 1
src/Composer/Util/Perforce.php

@@ -299,7 +299,7 @@ class Perforce
     {
         fwrite($spec, 'Client: ' . $this->getClient() . PHP_EOL . PHP_EOL);
         fwrite($spec, 'Update: ' . date('Y/m/d H:i:s') . PHP_EOL . PHP_EOL);
-        fwrite($spec, 'Access: ' . date('Y/m/d H:i:s') . PHP_EOL );
+        fwrite($spec, 'Access: ' . date('Y/m/d H:i:s') . PHP_EOL);
         fwrite($spec, 'Owner:  ' . $this->getUser() . PHP_EOL . PHP_EOL);
         fwrite($spec, 'Description:' . PHP_EOL);
         fwrite($spec, '  Created by ' . $this->getUser() . ' from composer.' . PHP_EOL . PHP_EOL);