enabling immutable finishing porting Log and stats
[catagits/Catalyst-Runtime.git] / t / unit_stats.t
index 35d1646..a8579eb 100644 (file)
@@ -80,7 +80,6 @@ $stats->profile(end => "block", comment => "end block");
 
 push(@expected, [ 2, "- attach to uid", 0.1, 0 ]);
 
-
 my @report = $stats->report;
 is_deeply(\@report, \@expected, "report");