From e58c93c39d6e56ab3d19fc32fcf61e3ec2459572 Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 1 Oct 2012 21:21:53 -0400 Subject: [PATCH] Fix trailing whitespace. --- lib/Cake/Console/ShellDispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php index 162e8f508..426e73485 100644 --- a/lib/Cake/Console/ShellDispatcher.php +++ b/lib/Cake/Console/ShellDispatcher.php @@ -215,7 +215,7 @@ class ShellDispatcher { return $Shell->main(); } } - + throw new MissingShellMethodException(array('shell' => $shell, 'method' => $command)); }