File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ type TopicWriterCompressMessagesReason string
380380
381381const (
382382 // Internals: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#internals
383- TopicWriterCompressMessagesReasonCompressData = TopicWriterCompressMessagesReason ("compress-on-send" ) //nolint:lll
383+ TopicWriterCompressMessagesReasonCompressData = TopicWriterCompressMessagesReason ("compress-on-send" )
384384 // Internals: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#internals
385385 TopicWriterCompressMessagesReasonCompressDataOnWriteReadData = TopicWriterCompressMessagesReason ("compress-on-call-write" ) //nolint:lll
386386 // Internals: https://github.com/ydb-platform/ydb-go-sdk/blob/master/VERSIONING.md#internals
You can’t perform that action at this time.
0 commit comments