mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix lint
This commit is contained in:
parent
85aca5faf4
commit
97807df0af
@ -90,8 +90,8 @@ GrpcBaseRequest::SetStatus(ErrorCode error_code, const std::string& error_msg) {
|
||||
std::string
|
||||
GrpcBaseRequest::TableNotExistMsg(const std::string& table_name) {
|
||||
return "Table " + table_name +
|
||||
" does not exist. Use milvus.has_table to verify whether the table exists. You also can check whether the table name "
|
||||
"exists.";
|
||||
" does not exist. Use milvus.has_table to verify whether the table exists. "
|
||||
"You also can check whether the table name exists.";
|
||||
}
|
||||
|
||||
Status
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user