Procházet zdrojové kódy

removed excess space at end of function call

mwhittom před 11 roky
rodič
revize
1b68f9151e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);