summaryrefslogtreecommitdiffstats
path: root/library/cpp/json/json_reader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/json/json_reader.cpp')
-rw-r--r--library/cpp/json/json_reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/json_reader.cpp b/library/cpp/json/json_reader.cpp
index 072c8deafee..a2dfe533064 100644
--- a/library/cpp/json/json_reader.cpp
+++ b/library/cpp/json/json_reader.cpp
@@ -152,7 +152,7 @@ namespace NJson {
size_t TJsonReaderConfig::GetBufferSize() const {
return BufferSize;
}
-
+
namespace {
struct TJsonValueBuilder {
#ifdef NDEBUG