aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorstyskin <styskin@yandex-team.ru>2022-02-10 16:50:03 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:03 +0300
commit830fe7ae4073c2707f3f3138303ccc56052c0327 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp
parentb7150e553870c241d83498a5a0135999be182787 (diff)
downloadydb-830fe7ae4073c2707f3f3138303ccc56052c0327.tar.gz
Restoring authorship annotation for <styskin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/scheme/scimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/scimpl.h b/library/cpp/scheme/scimpl.h
index bfe91d2e38..4f68f16290 100644
--- a/library/cpp/scheme/scimpl.h
+++ b/library/cpp/scheme/scimpl.h
@@ -472,7 +472,7 @@ namespace NSc {
TValue::operator const ::NSc::TArray&() const {
return GetArray();
}
-
+
TValue::operator const ::NSc::TDict&() const {
return GetDict();
}