Remove trailing whitespace.

This commit is contained in:
Chris Nehren 2008-08-05 19:53:24 +00:00
parent c80a966f91
commit 8ceac0ac25

View file

@ -2060,7 +2060,7 @@ sub www_import {
$error->info("Skipping first line");
next;
}
$error->info("Reading line $lineNumber: @{ $row }");
$error->info("Reading line $lineNumber: @{ $row }");
$lineNumber++;
@data = @{ $row };