whitespace clean up
[catagits/Catalyst-Controller-DBIC-API.git] / lib / Catalyst / Controller / DBIC / API / Request / Context.pm
index 9f9ea72..bb84abd 100644 (file)
@@ -25,7 +25,7 @@ has objects =>
     isa => ArrayRef[ Tuple[ Object, Maybe[HashRef] ] ],
     traits => [ 'Array' ],
     default => sub { [] },
-    handles => 
+    handles =>
     {
         all_objects => 'elements',
         add_object => 'push',