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..c832447d3b5 100644 --- a/library/cpp/yson/node/node.cpp +++ b/library/cpp/yson/node/node.cpp @@ -878,9 +878,9 @@ bool operator==(const TNode& lhs, const TNode& rhs) if (lhs.Attributes_) { if (rhs.Attributes_) { - if (*lhs.Attributes_ != *rhs.Attributes_) { - return false; - } + if (*lhs.Attributes_ != *rhs.Attributes_) { + return false; + } } else { return false; } |
