whitespace clean up
[catagits/Catalyst-Controller-DBIC-API.git] / t / lib / RestTest / Controller / API / REST.pm
index 58f75c8..cb27229 100644 (file)
@@ -11,7 +11,7 @@ sub rest_base : Chained('/api/api_base') PathPart('rest') CaptureArgs(0) {
 
 sub end :Private {
        my ( $self, $c ) = @_;
-       
+
 }
 
 1;