Fix trailing whitespace.

This commit is contained in:
mark_story 2012-10-01 21:21:53 -04:00
parent a3ae58da09
commit e58c93c39d

View file

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