mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 08:24:06 +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:
@@ -353,7 +353,7 @@ sub __get_explain_index {
|
||||
PTDEBUG && _d($EVAL_ERROR);
|
||||
return;
|
||||
}
|
||||
PTDEBUG && _d('EXPLAIN key:', $explain->[0]->{key});
|
||||
PTDEBUG && _d('EXPLAIN key:', $explain->[0]->{key});
|
||||
return $explain->[0]->{key};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user