Skip to content

Commit

Permalink
Adding mistakenly removed newline back.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed May 23, 2012
1 parent 198614a commit 40cdef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/command/Test.php
Expand Up @@ -224,6 +224,7 @@ public function run($path = null) {
} }
} }
$handlers = $this->_handlers; $handlers = $this->_handlers;

if (!isset($handlers[$this->format]) || !is_callable($handlers[$this->format])) { if (!isset($handlers[$this->format]) || !is_callable($handlers[$this->format])) {
$this->error(sprintf('No handler for format `%s`... ', $this->format)); $this->error(sprintf('No handler for format `%s`... ', $this->format));
return false; return false;
Expand Down

0 comments on commit 40cdef2

Please sign in to comment.