Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / inflate / core.t
index 3b105ce..aadc4af 100644 (file)
@@ -38,7 +38,7 @@ is( ref($cd->year), 'DateTime', 'year is still a DateTime, ok' );
 
 is( $cd->year->year, 1998, 'updated year, bypassing inflation' );
 
-is( $cd->year->month, 1, 'month is still 1' );  
+is( $cd->year->month, 1, 'month is still 1' );
 
 # get_inflated_column test