summaryrefslogtreecommitdiffstats
path: root/library/cpp/yson_pull/ut/loop_ut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/yson_pull/ut/loop_ut.cpp')
-rw-r--r--library/cpp/yson_pull/ut/loop_ut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yson_pull/ut/loop_ut.cpp b/library/cpp/yson_pull/ut/loop_ut.cpp
index 8c7b11dd1cd..361c3df8ca5 100644
--- a/library/cpp/yson_pull/ut/loop_ut.cpp
+++ b/library/cpp/yson_pull/ut/loop_ut.cpp
@@ -215,7 +215,7 @@ namespace {
template <typename Function>
void test_memory(Function make_writer, size_t nrepeat) {
- TString text;
+ TString text;
{
auto writer = make_writer(NYsonPull::NOutput::FromString(&text));
generate(writer, nrepeat);