Skip to content

Commit 8276521

Browse files
committed
fixed typo
1 parent b5d1297 commit 8276521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/query/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/ydb-platform/ydb-go-sdk/v3/trace"
2020
)
2121

22-
//go:generate mockgen -destination grpc_client_mock_test.go--typed -package query -write_package_comment=false github.com/ydb-platform/ydb-go-genproto/Ydb_Query_V1 QueryServiceClient,QueryService_AttachSessionClient,QueryService_ExecuteQueryClient
22+
//go:generate mockgen -destination grpc_client_mock_test.go --typed -package query -write_package_comment=false github.com/ydb-platform/ydb-go-genproto/Ydb_Query_V1 QueryServiceClient,QueryService_AttachSessionClient,QueryService_ExecuteQueryClient
2323

2424
var (
2525
_ query.Client = (*Client)(nil)

0 commit comments

Comments
 (0)