Browse Source

Restoring authorship annotation for <styskin@yandex-team.ru>. Commit 2 of 2.

styskin 3 years ago
parent
commit
830fe7ae40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/cpp/scheme/scimpl.h

+ 1 - 1
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();
     }