Skip to content

Commit

Permalink
enhance: Resolve ChunkFileWriter lint issue (#35166)
Browse files Browse the repository at this point in the history
See also #34483

---------

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Aug 1, 2024
1 parent 7721a28 commit a642a26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion internal/core/src/common/ChunkFileWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
// or implied. See the License for the specific language governing permissions and limitations under the License


#include "common/ChunkFileWriter.h"
#include "common/ChunkWriter.h"
namespace milvus {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/compaction/l2_single_compaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import (
"testing"
"time"

"github.com/golang/protobuf/proto"
"github.com/samber/lo"
"github.com/stretchr/testify/suite"
"go.uber.org/zap"
"google.golang.org/protobuf/proto"

"github.com/milvus-io/milvus-proto/go-api/v2/commonpb"
"github.com/milvus-io/milvus-proto/go-api/v2/milvuspb"
Expand Down

0 comments on commit a642a26

Please sign in to comment.