Removed indirect object syntax from UpgradeReportFormatter.pm

This commit is contained in:
Brian Fraser
2011-12-23 02:44:54 -03:00
parent be40a0280d
commit 27b79ac337

View File

@@ -85,7 +85,7 @@ sub event_report {
} }
# Side-by-side hosts report. # Side-by-side hosts report.
my $report = new ReportFormatter( my $report = ReportFormatter->new(
underline_header => 0, underline_header => 0,
strip_whitespace => 0, strip_whitespace => 0,
); );