Skip to content

Commit

Permalink
fix coding style
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn committed Jun 26, 2024
1 parent 3b7c5bb commit c0dfc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/datanode/syncmgr/mock_task.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/mq/mqimpl/rocksmq/server/rocksmq_retention.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/tecbot/gorocksdb"
"go.uber.org/zap"

"github.com/milvus-io/milvus/pkg/kv/rocksdb"
rocksdbkv "github.com/milvus-io/milvus/pkg/kv/rocksdb"
"github.com/milvus-io/milvus/pkg/log"
"github.com/milvus-io/milvus/pkg/util/paramtable"
"github.com/milvus-io/milvus/pkg/util/typeutil"
Expand Down

0 comments on commit c0dfc77

Please sign in to comment.