aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/writer/json_value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/json/writer/json_value.cpp')
-rw-r--r--library/cpp/json/writer/json_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/writer/json_value.cpp b/library/cpp/json/writer/json_value.cpp
index c61e8d1dc4..e22f0a0b38 100644
--- a/library/cpp/json/writer/json_value.cpp
+++ b/library/cpp/json/writer/json_value.cpp
@@ -531,7 +531,7 @@ namespace NJson {
case JSON_NULL:
case JSON_UNDEFINED:
default:
- return false;
+ return false;
case JSON_BOOLEAN:
return Value.Boolean;
}