diff options
author | dgolear <dgolear@yandex-team.com> | 2024-07-31 16:00:23 +0300 |
---|---|---|
committer | dgolear <dgolear@yandex-team.com> | 2024-07-31 16:20:38 +0300 |
commit | f81030974a4660e301c110a5085c53dae44f7279 (patch) | |
tree | f812a6613e81db43e8829e134b55629d5fafcd02 | |
parent | b10c66202fbddb06bcfc4530a397b3ffaa602bc7 (diff) | |
download | ydb-f81030974a4660e301c110a5085c53dae44f7279.tar.gz |
Style
Style
a1b273d0e7946f2c3459730344e403b3191cc7ae
-rw-r--r-- | yt/yt/client/ypath/rich.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/ypath/rich.h b/yt/yt/client/ypath/rich.h index 1659532208..60a63c3ce6 100644 --- a/yt/yt/client/ypath/rich.h +++ b/yt/yt/client/ypath/rich.h @@ -172,7 +172,7 @@ private: NYTree::IAttributeDictionaryPtr Attributes_; }; -bool operator== (const TRichYPath& lhs, const TRichYPath& rhs); +bool operator==(const TRichYPath& lhs, const TRichYPath& rhs); //////////////////////////////////////////////////////////////////////////////// |