mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 09:22:30 +08:00
clang-tidy
This commit is contained in:
parent
60c6cb05be
commit
21c98a462a
@ -33,8 +33,7 @@ namespace milvus {
|
||||
namespace interface {
|
||||
|
||||
struct dumpable {
|
||||
virtual ~dumpable() {
|
||||
}
|
||||
virtual ~dumpable() = default;
|
||||
|
||||
virtual json
|
||||
Dump() const = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user