Skip to content

Commit

Permalink
fixed wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
inmarelibero authored and fabpot committed Feb 1, 2013
1 parent 1758277 commit 507ceac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@ protected function outputRoute(OutputInterface $output, $name)

$output->writeln(sprintf('<comment>Name</comment> %s', $name));
$output->writeln(sprintf('<comment>Pattern</comment> %s', $route->getPath()));
$output->writeln(sprintf('<comment>Host</comment> %s', $host));
$output->writeln(sprintf('<comment>Host</comment> %s', $host));
$output->writeln(sprintf('<comment>Class</comment> %s', get_class($route)));

$defaults = '';
Expand Down

0 comments on commit 507ceac

Please sign in to comment.