diff options
Diffstat (limited to 'library/cpp/yson/node/node.cpp')
| -rw-r--r-- | library/cpp/yson/node/node.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/yson/node/node.cpp b/library/cpp/yson/node/node.cpp index b39e0707187..e2acc4cdd40 100644 --- a/library/cpp/yson/node/node.cpp +++ b/library/cpp/yson/node/node.cpp @@ -9,7 +9,7 @@ namespace NYT { //////////////////////////////////////////////////////////////////////////////// - + bool TNode::TNull::operator==(const TNull&) const { return true; } @@ -905,8 +905,8 @@ bool GetBool(const TNode& node) } else if (node.IsString()) { return node.AsString() == "true"; } else { - ythrow TNode::TTypeError() - << "GetBool(): not a boolean or string type"; + ythrow TNode::TTypeError() + << "GetBool(): not a boolean or string type"; } } |
