clang-format

This commit is contained in:
Yukikaze-CZR 2019-11-28 19:46:47 +08:00
parent 3a8a83369b
commit 05bfaa191b

View File

@ -1639,7 +1639,8 @@ MySQLMetaImpl::FilesByType(const std::string& table_id, const std::vector<int>&
case (int)TableFileSchema::BACKUP:
msg = msg + " backup files:" + std::to_string(backup_count);
break;
default:break;
default:
break;
}
}
ENGINE_LOG_DEBUG << msg;