fix code style

This commit is contained in:
turbo jason 2021-03-23 15:04:25 +08:00
parent 6aa89d0ee3
commit f4be05ca25

View File

@ -877,7 +877,7 @@ bool ClusterCopier::tryDropPartitionPiece(
bool ClusterCopier::tryProcessTable(const ConnectionTimeouts & timeouts, TaskTable & task_table)
{
//first create destionation table
/// Create destination table
TaskStatus task_status = TaskStatus::Error;
task_status = tryCreateDestinationTable(timeouts, task_table);