Fix warning from tests. RT#75104
[catagits/Catalyst-View-TT.git] / t / lib / TestApp / Controller / Root.pm
index 93afc38..92105a5 100644 (file)
@@ -48,7 +48,7 @@ sub test_render : Local {
 sub test_msg : Local {
     my ($self, $c) = @_;
     my $tmpl = $c->req->param('msg');
-    
+
     $c->stash->{message} = $c->view('TT::Appconfig')->render($c, \$tmpl);
     $c->stash->{template} = 'test.tt';
 }