Skip to content

Commit 3931a41

Browse files
committed
linter
1 parent 966909e commit 3931a41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/value/exp/value_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ package value
33
import (
44
"testing"
55

6+
"google.golang.org/protobuf/proto"
7+
68
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
9+
710
"github.com/ydb-platform/ydb-go-sdk/v3/internal/value"
811
"github.com/ydb-platform/ydb-go-sdk/v3/internal/value/exp/allocator"
9-
"google.golang.org/protobuf/proto"
1012
)
1113

1214
func BenchmarkMemory(b *testing.B) {

0 commit comments

Comments
 (0)