mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
removed trailing space in code and tests
This commit is contained in:
@@ -5822,7 +5822,7 @@ sub main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach my $thing ( $first_sql, $next_sql ) {
|
foreach my $thing ( $first_sql, $next_sql ) {
|
||||||
$thing .= " ORDER BY $index_cols " if $index_cols;
|
$thing .= " ORDER BY $index_cols" if $index_cols;
|
||||||
$thing .= " LIMIT $limit";
|
$thing .= " LIMIT $limit";
|
||||||
if ( $o->get('for-update') ) {
|
if ( $o->get('for-update') ) {
|
||||||
$thing .= ' FOR UPDATE';
|
$thing .= ' FOR UPDATE';
|
||||||
|
|||||||
Reference in New Issue
Block a user