summaryrefslogtreecommitdiffstats
path: root/library/cpp/json/ordered_maps/json_reader_ordered.h
diff options
context:
space:
mode:
authornae202 <[email protected]>2025-09-23 07:48:35 +0300
committernae202 <[email protected]>2025-09-23 08:03:21 +0300
commit63774bc851bb76e24f369ef4e0328e5f05edbb4b (patch)
treed3226ed9a5f200097949f6001a7e3183aff7adfa /library/cpp/json/ordered_maps/json_reader_ordered.h
parentf4cbf746a0b6649479cfb305eceababced0ac10a (diff)
Style fix
commit_hash:d506e2a0f2770f3662449a3711e976499eb9ccbb
Diffstat (limited to 'library/cpp/json/ordered_maps/json_reader_ordered.h')
-rw-r--r--library/cpp/json/ordered_maps/json_reader_ordered.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/ordered_maps/json_reader_ordered.h b/library/cpp/json/ordered_maps/json_reader_ordered.h
index 019a7cb4b5e..f894b560158 100644
--- a/library/cpp/json/ordered_maps/json_reader_ordered.h
+++ b/library/cpp/json/ordered_maps/json_reader_ordered.h
@@ -134,4 +134,4 @@ namespace NJson::NOrderedJson {
//// relaxed json, used in library/cpp/scheme
bool ReadJsonFastTree(TStringBuf in, TJsonValue* out, bool throwOnError = false, bool notClosedBracketIsError = false);
TJsonValue ReadJsonFastTree(TStringBuf in, bool notClosedBracketIsError = false);
-}
+} // namespace NJson::NOrderedJson