Skip to content

Commit a295cc4

Browse files
committed
fix linter
1 parent 1f620fa commit a295cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace/topic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type (
119119
// Internals: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#internals
120120
TopicReaderPartitionReadStopResponseStartInfo struct {
121121
ReaderConnectionID string
122-
PartitionContext context.Context
122+
PartitionContext context.Context //nolint:containedctx
123123
Topic string
124124
PartitionID int64
125125
PartitionSessionID int64

0 commit comments

Comments
 (0)