remove my tab
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
index c4d7764..5403615 100644 (file)
@@ -136,7 +136,7 @@ sub _build_body_data {
       Catalyst::Exception->throw(
         sprintf '%s does not have an available data handler. Valid data_handlers are %s.',
           $content_type, join ', ', sort keys %{$self->data_handlers}
-         );
+      );
     }
 }