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
commit1136f2ce7cce7bcc84e695272c0d92d4eb900c2b (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/protobuf/json/ut/proto.h
parentb97740540e7302cec9efa181e106ae1990a0cc1c (diff)
Restoring authorship annotation for Arslan Urtashev <[email protected]>. Commit 2 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 db1e58557d1..8183bfc8e18 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);
}