mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-15 16:00:23 +00:00
Removed indirect object syntax from UpgradeReportFormatter.pm
This commit is contained in:
@@ -85,7 +85,7 @@ sub event_report {
|
||||
}
|
||||
|
||||
# Side-by-side hosts report.
|
||||
my $report = new ReportFormatter(
|
||||
my $report = ReportFormatter->new(
|
||||
underline_header => 0,
|
||||
strip_whitespace => 0,
|
||||
);
|
||||
|
Reference in New Issue
Block a user