diff options
author | mpoleg <mpoleg@yandex-team.ru> | 2022-02-10 16:50:25 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:25 +0300 |
commit | 054d233fbefc50c1a88d0e4092c192bfbec99826 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 2c8c2d0d38d057095ffcc4508b1297acb20b1b68 (diff) | |
download | ydb-054d233fbefc50c1a88d0e4092c192bfbec99826.tar.gz |
Restoring authorship annotation for <mpoleg@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | library/cpp/json/writer/json.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/writer/json.h b/library/cpp/json/writer/json.h index d86f777b5f..0aae2531b9 100644 --- a/library/cpp/json/writer/json.h +++ b/library/cpp/json/writer/json.h @@ -46,8 +46,8 @@ namespace NJsonWriter { TValueContext WriteString(const TStringBuf& s, EHtmlEscapeMode hem); TValueContext WriteString(const TStringBuf& s); TValueContext WriteInt(int i); - TValueContext WriteLongLong(long long i); - TValueContext WriteULongLong(unsigned long long i); + TValueContext WriteLongLong(long long i); + TValueContext WriteULongLong(unsigned long long i); TValueContext WriteFloat(float f, EFloatToStringMode mode = PREC_NDIGITS, int ndigits = 6); TValueContext WriteDouble(double f, EFloatToStringMode mode = PREC_NDIGITS, int ndigits = 10); TValueContext WriteBool(bool b); |