mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-20 17:49:56 +00:00
Remove trailing spaces (#665)
* Remove trailing spaces * PR-665 - Remove trailing spaces - Updated not stable test t/pt-online-schema-change/preserve_triggers.t - Updated utilities in bin directory * PR-665 - Remove trailing spaces - Fixed typos * PR-665 - Remove trailing spaces - Fixed typos --------- Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
@@ -37,7 +37,7 @@ use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
||||
# oktorun - Callback that returns true if it's ok to continue running.
|
||||
#
|
||||
# Returns:
|
||||
# MySQLStatusWaiter object
|
||||
# MySQLStatusWaiter object
|
||||
sub new {
|
||||
my ( $class, %args ) = @_;
|
||||
my @required_args = qw(max_spec get_status sleep oktorun);
|
||||
@@ -111,7 +111,7 @@ sub _parse_spec {
|
||||
}
|
||||
}
|
||||
|
||||
return \%max_val_for;
|
||||
return \%max_val_for;
|
||||
}
|
||||
|
||||
# Sub: max_values
|
||||
|
Reference in New Issue
Block a user