Skip to content

Commit ef58863

Browse files
committed
style/typo (#14884)
1 parent acd8968 commit ef58863

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/api/protos/ydb_keyvalue.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,9 @@ message DescribeVolumeResult {
514514

515515
// Count of partitions.
516516
uint64 partition_count = 2;
517+
518+
// Storage config.
519+
StorageConfig storage_config = 3;
517520
}
518521

519522
message ListLocalPartitionsRequest {

src/client/topic/impl/write_session_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ TStringBuilder TWriteSessionImpl::LogPrefixImpl() const {
988988
Y_ABORT_UNLESS(Lock.IsLocked());
989989

990990
TStringBuilder ret;
991-
ret << " TraceId [" << Settings.TraceId_ << "] ";;
991+
ret << " TraceId [" << Settings.TraceId_ << "] ";
992992
ret << " SessionId [" << SessionId << "] ";
993993

994994
if (Settings.PartitionId_.has_value() || DirectWriteToPartitionId.has_value()) {

0 commit comments

Comments
 (0)