summaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/ut/ut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/malloc/api/ut/ut.cpp')
-rw-r--r--library/cpp/malloc/api/ut/ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/malloc/api/ut/ut.cpp b/library/cpp/malloc/api/ut/ut.cpp
index 7eccd0bf8d5..40f63245e9f 100644
--- a/library/cpp/malloc/api/ut/ut.cpp
+++ b/library/cpp/malloc/api/ut/ut.cpp
@@ -2,8 +2,8 @@
#include <library/cpp/malloc/api/malloc.h>
-Y_UNIT_TEST_SUITE(MallocApi) {
- Y_UNIT_TEST(ToStream) {
+Y_UNIT_TEST_SUITE(MallocApi) {
+ Y_UNIT_TEST(ToStream) {
TStringStream ss;
ss << NMalloc::MallocInfo();
}