fixed wrong indentation

This commit is contained in:
Emanuele Gaspari 2013-02-01 23:02:39 +01:00 committed by Fabien Potencier
parent 175827713a
commit 507ceac726

View File

@ -130,7 +130,7 @@ EOF
$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 = '';