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
commitb7150e553870c241d83498a5a0135999be182787 (patch)
tree107c92e7a36c9c1fae898fe0994d74c658f50424 /library/cpp
parent88ee78b1a163eaddee7e880ac73943456040fce0 (diff)
downloadydb-b7150e553870c241d83498a5a0135999be182787.tar.gz
Restoring authorship annotation for <styskin@yandex-team.ru>. Commit 1 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 4f68f16290..bfe91d2e38 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();
}