summaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/json/ut/proto.h
diff options
context:
space:
mode:
authorArslan Urtashev <[email protected]>2022-02-10 16:48:55 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:55 +0300
commitb97740540e7302cec9efa181e106ae1990a0cc1c (patch)
tree1a2a0bfe523c3272d207e2d75254a41d3945a3bb /library/cpp/protobuf/json/ut/proto.h
parent31789673dc3562bc7540e00fe031ba84ae282c24 (diff)
Restoring authorship annotation for Arslan Urtashev <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/ut/proto.h')
-rw-r--r--library/cpp/protobuf/json/ut/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/protobuf/json/ut/proto.h b/library/cpp/protobuf/json/ut/proto.h
index 8183bfc8e18..db1e58557d1 100644
--- a/library/cpp/protobuf/json/ut/proto.h
+++ b/library/cpp/protobuf/json/ut/proto.h
@@ -55,8 +55,8 @@ namespace NProtobufJsonTest {
Cerr << lhs.DebugString() << Endl; \
Cerr << rhs.DebugString() << Endl; \
UNIT_ASSERT_STRINGS_EQUAL(lhs.DebugString(), rhs.DebugString()); \
- UNIT_ASSERT_STRINGS_EQUAL(lhs.SerializeAsString(), rhs.SerializeAsString()); \
+ UNIT_ASSERT_STRINGS_EQUAL(lhs.SerializeAsString(), rhs.SerializeAsString()); \
} \
- } while (false);
+ } while (false);
}