Browse Source

Fix trailing whitespace.

mark_story 13 years ago
parent
commit
e58c93c39d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/ShellDispatcher.php

+ 1 - 1
lib/Cake/Console/ShellDispatcher.php

@@ -215,7 +215,7 @@ class ShellDispatcher {
 				return $Shell->main();
 			}
 		}
-		
+
 		throw new MissingShellMethodException(array('shell' => $shell, 'method' => $command));
 	}