whitespace clean up
[catagits/Catalyst-Controller-DBIC-API.git] / lib / Catalyst / Controller / DBIC / API / JoinBuilder.pm
index 884aaea..cd7cc5d 100644 (file)
@@ -82,7 +82,7 @@ _build_joins finds the top parent in the structure and then recursively iterates
 sub _build_joins
 {
     my ($self) = @_;
-    
+
     my $parent;
     while(my $found = $self->parent)
     {