diff options
| author | mpoleg <[email protected]> | 2022-02-10 16:50:25 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:25 +0300 | 
| commit | 054d233fbefc50c1a88d0e4092c192bfbec99826 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
| parent | 2c8c2d0d38d057095ffcc4508b1297acb20b1b68 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
| -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 d86f777b5fb..0aae2531b94 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); | 
