Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / 67pager.t
index eb17faa..406cd40 100644 (file)
@@ -112,7 +112,7 @@ $it = $rs->search({}, {
 });
 
 my $row = $rs->search({}, {
-    order_by => 'cdid', 
+    order_by => 'cdid',
     offset => 3,
     rows => 1
 })->single;