Skip to content

Commit 453b8a6

Browse files
committed
fix linter issue
1 parent 51f7560 commit 453b8a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

balancers/context.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import (
66
"github.com/ydb-platform/ydb-go-sdk/v3/internal/endpoint"
77
)
88

9-
// WithNodeID returns the copy of context with NodeID which the client balancer will prefer on step of choose YDB endpoint step
9+
// WithNodeID returns the copy of context with NodeID which the client balancer will
10+
// prefer on step of choose YDB endpoint step
1011
//
1112
// Experimental: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#experimental
1213
func WithNodeID(ctx context.Context, nodeID uint32) context.Context {

0 commit comments

Comments
 (0)