mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 03:37:36 +00:00
Add trailing comma.
This commit is contained in:
@@ -4460,7 +4460,7 @@ sub main {
|
||||
parent => $o->get('daemonize'),
|
||||
DSNParser => $dp,
|
||||
OptionParser => $o,
|
||||
set => $set_tz
|
||||
set => $set_tz,
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user