Fixed formatting to less than 78 cols
Andy Grundman [Fri, 4 Nov 2005 16:40:36 +0000 (16:40 +0000)]
lib/Catalyst/Dispatcher.pm

index b646959..686cf01 100644 (file)
@@ -359,7 +359,8 @@ sub setup_actions {
 
     return unless $c->debug;
 
-    my $privates = Text::SimpleTable->new( [ 36, 'Private' ], [ 37, 'Class' ] );
+    my $privates 
+        = Text::SimpleTable->new( [ 36, 'Private' ], [ 37, 'Class' ] );
 
     my $has_private = 0;
     my $walker = sub {