Browse Source

convention fix UnloadTask

Bob 11 years ago
parent
commit
27f07f5358
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Shell/Task/UnloadTask.php

+ 0 - 1
src/Shell/Task/UnloadTask.php

@@ -70,7 +70,6 @@ class UnloadTask extends Shell
         $contents = $bootstrap->read();
 
         if (!preg_match("@\n\s*Plugin::loadAll@", $contents)) {
-            
             $contents = preg_replace($finder, "", $contents);
 
             $bootstrap->write($contents);