From 1136f2ce7cce7bcc84e695272c0d92d4eb900c2b Mon Sep 17 00:00:00 2001 From: Arslan Urtashev <urtashev@gmail.com> Date: Thu, 10 Feb 2022 16:48:55 +0300 Subject: Restoring authorship annotation for Arslan Urtashev <urtashev@gmail.com>. Commit 2 of 2. --- library/cpp/json/writer/json.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'library/cpp/json/writer/json.h') diff --git a/library/cpp/json/writer/json.h b/library/cpp/json/writer/json.h index 80a09de607..0aae2531b9 100644 --- a/library/cpp/json/writer/json.h +++ b/library/cpp/json/writer/json.h @@ -60,7 +60,7 @@ namespace NJsonWriter { TPairContext BeginObject(); TAfterColonContext WriteKey(const TStringBuf& key, EHtmlEscapeMode hem); TAfterColonContext WriteKey(const TStringBuf& key); - TAfterColonContext UnsafeWriteKey(const TStringBuf& key); + TAfterColonContext UnsafeWriteKey(const TStringBuf& key); bool KeyExpected() const { return Stack.back() == JE_OBJECT; } @@ -227,9 +227,9 @@ namespace NJsonWriter { TAfterColonContext WriteKey(const TStringBuf& s) { return Buf.WriteKey(s); } - TAfterColonContext UnsafeWriteKey(const TStringBuf& s) { - return Buf.UnsafeWriteKey(s); - } + TAfterColonContext UnsafeWriteKey(const TStringBuf& s) { + return Buf.UnsafeWriteKey(s); + } TAfterColonContext CompatWriteKeyWithoutQuotes(const TStringBuf& s) { return Buf.CompatWriteKeyWithoutQuotes(s); } -- cgit v1.2.3