Fix trailing whitespace
[dbsrgits/Data-Query.git] / t / example.t
index e436d42..c160b34 100644 (file)
@@ -56,7 +56,7 @@ DwarnL to_sql(
   SELECT { $_->cd->name } FROM { $_->cds, AS 'cd' } ORDER BY { $_->year } DESC NULLS LAST
 );
 
-my $lo = 
+my $lo =
   SELECT { $_->cd->name }
   FROM { $_->cds, AS 'cd' }
   ORDER BY { $_->year }