Skip to content

Commit

Permalink
Fixing golint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jan 12, 2025
1 parent 4250026 commit e2f931f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/util/grpcencoding/zstd/zstd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package zstd

import (
"bytes"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"google.golang.org/grpc/encoding"
"io"
"strings"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"google.golang.org/grpc/encoding"
)

func TestCompressor(t *testing.T) {
Expand Down

0 comments on commit e2f931f

Please sign in to comment.