Removed trailing whitespace.

This commit is contained in:
pummra 2014-01-08 10:16:06 +00:00
parent 0214ac403e
commit a981c7fa8c

View file

@ -127,9 +127,9 @@ class ControllerTask extends BakeTask {
$controllersCreated++;
}
}
if (!$controllersCreated) {
$this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.', $admin));
$this->out(__d('cake_console', 'No Controllers were baked, Models need to exist before Controllers can be baked.', $admin));
}
}