whitespace clean up
[catagits/Catalyst-Controller-DBIC-API.git] / t / lib / RestTest / Controller / API / RPC.pm
index 10ea3e8..38906aa 100644 (file)
@@ -11,7 +11,7 @@ sub rpc_base : Chained('/api/api_base') PathPart('rpc') CaptureArgs(0) {
 
 sub end :Private {
        my ( $self, $c ) = @_;
-       
+
 }
 
 1;