From: John Napiorkowski Date: Fri, 17 Apr 2015 20:07:07 +0000 (-0500) Subject: bit of formatting normalizaion X-Git-Tag: 5.90089_002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e689ecb702290333143b93565a205745f29c9602 bit of formatting normalizaion --- diff --git a/t/configured_comps.t b/t/configured_comps.t index 445b647..c543c08 100644 --- a/t/configured_comps.t +++ b/t/configured_comps.t @@ -100,7 +100,7 @@ use Test::More; 'Model::Zoo' => { from_component => 'Local::Model::Foo' }, 'Model::Foo' => { from_component => 'Local::Model::Foo', roles => ['TestRole'] }, }, - 'Controller::Err' => { a => 100, b=>200, namespace=>'error' }, + 'Controller::Err' => { a => 100, b => 200, namespace => 'error' }, 'Model::Zoo' => { a => 2 }, 'Model::Foo' => { a => 100 }, 'Model::One' => { a => 'one' },