aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/writer/json_value.h
diff options
context:
space:
mode:
authormuzich <muzich@yandex-team.ru>2022-02-10 16:49:54 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:54 +0300
commitbf6bd1f317019d83a3f8d5d39c2d0e9d6d705e40 (patch)
treebfb62aa73647b9e0dea416c9055ba5d5f7302dd7 /library/cpp/json/writer/json_value.h
parent75494e834356f7a748c7193ccb6a5aa4dc981f4f (diff)
downloadydb-bf6bd1f317019d83a3f8d5d39c2d0e9d6d705e40.tar.gz
Restoring authorship annotation for <muzich@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/writer/json_value.h')
-rw-r--r--library/cpp/json/writer/json_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/writer/json_value.h b/library/cpp/json/writer/json_value.h
index 3f0f50bc4c..5c490c5805 100644
--- a/library/cpp/json/writer/json_value.h
+++ b/library/cpp/json/writer/json_value.h
@@ -26,7 +26,7 @@ namespace NJson {
class IScanCallback {
public:
- virtual ~IScanCallback() = default;
+ virtual ~IScanCallback() = default;
virtual bool Do(const TString& path, TJsonValue* parent, TJsonValue& value) = 0;
};