random newline was accidentally added, removed now

This commit is contained in:
Kenny Gryp
2014-04-23 13:26:11 +02:00
parent ef313207dc
commit fef2651da5

View File

@@ -10230,7 +10230,6 @@ sub main {
TABLE: TABLE:
while ( $oktorun && $have_time->() && (my $tbl = $schema_iter->next()) ) { while ( $oktorun && $have_time->() && (my $tbl = $schema_iter->next()) ) {
eval { eval {
# Results, stats, and info related to checksuming this table can # Results, stats, and info related to checksuming this table can
# be saved here. print_checksum_results() uses this info. # be saved here. print_checksum_results() uses this info.
$tbl->{checksum_results} = {}; $tbl->{checksum_results} = {};