提交 26e06cdc 编写于 作者: J Jeff

Merge branch 'branch-0.5.0' into 'branch-0.5.0'

fix typo

See merge request megasearch/milvus!597

Former-commit-id: b7b5d95fa1d0a9e93c0bd24d4ee720cb6ab8a8f3
......@@ -28,7 +28,7 @@ namespace milvus {
class Exception : public std::exception {
public:
Exception(ErrorCode code, const std::string& message)
: code_(code_),
: code_(code),
message_(message) {
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册