Skip to content

Commit 47b3340

Browse files
committed
Minor fix KIKIMR-20271
1 parent ab13530 commit 47b3340

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ydb/core/mind/hive/hive_impl.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ Y_DECLARE_OUT_SPEC(inline, TArrayRef<const NKikimrHive::TDataCentersGroup*>, out
2121
}
2222

2323
Y_DECLARE_OUT_SPEC(inline, TArrayRef<const NKikimr::TSubDomainKey>, out, vec) {
24-
out << '[';
25-
out << JoinSeq(',', vec);
26-
out << ']';
24+
out << '[' << JoinSeq(',', vec) << ']';
2725
}
2826

2927
namespace NKikimr {

0 commit comments

Comments
 (0)