Convert tabs to spaces
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 07_Debugging.pod
index 0ca6d5d..bf35d96 100644 (file)
@@ -125,7 +125,7 @@ you can obviously indent them if you prefer):
         my ($self, $c) = @_;
     
     $DB::single=1;
-            
+    
         # Retrieve all of the book records as book model objects and store in the
         # stash where they can be accessed by the TT template
         $c->stash->{books} = [$c->model('DB::Book')->all];