Switched to Module::Install
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / End.pm
index a132c22..f18f871 100644 (file)
@@ -3,7 +3,7 @@ package TestApp::Controller::Action::End;
 use strict;
 use base 'TestApp::Controller::Action';
 
-sub end : Private { 
+sub end : Private {
     my ( $self, $c ) = @_;
 }