Updating changelod, 0.60 release.
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Request / REST.pm
index cd1b103..4f3dab0 100644 (file)
@@ -1,6 +1,6 @@
 #
 # REST.pm
-# Created by: Adam Jacob, Marchex, <adam@marchex.com>
+# Created by: Adam Jacob, Marchex, <adam@hjksolutions.com>
 # Created on: 10/13/2006 03:54:33 PM PDT
 #
 # $Id: $
@@ -87,7 +87,6 @@ sub accepted_content_types {
         if $self->content_type;
 
     if ($self->method eq "GET" && $self->param('content-type')) {
-
         $types{ $self->param('content-type') } = 2;
     }