Commit: 195fc414b37ba5d479aed88d3ee6486fb4f2720b

Author: David Persson | Date: 2010-08-10 13:59:00 +0200
Whitespace.
diff --git a/config/bootstrap.php b/config/bootstrap.php index 5cd575c..17fe843 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -6,8 +6,8 @@ use \lithium\g11n\Catalog; $catalog = array('li3_docs' => array( - 'adapter' => 'Gettext', - 'path' => dirname(__DIR__) . '/resources/g11n' + 'adapter' => 'Gettext', + 'path' => dirname(__DIR__) . '/resources/g11n' )); Catalog::config($catalog + Catalog::config()); @@ -17,7 +17,6 @@ if (file_exists(LITHIUM_APP_PATH . '/config/bootstrap/g11n.php')) { /** * Filter to serve the assets from plugins. - * */ use \lithium\action\Dispatcher; use \lithium\core\Libraries;