diff options
| author | Vlad Yaroslavlev <[email protected]> | 2022-02-10 16:46:25 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:25 +0300 | 
| commit | 344ea37b4a345701ab0e67de2266a1c1bd7baf2d (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/scheme/scimpl_private.h | |
| parent | 706b83ed7de5a473436620367af31fc0ceecde07 (diff) | |
Restoring authorship annotation for Vlad Yaroslavlev <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme/scimpl_private.h')
| -rw-r--r-- | library/cpp/scheme/scimpl_private.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/scheme/scimpl_private.h b/library/cpp/scheme/scimpl_private.h index aadc56a58c2..b92badabde1 100644 --- a/library/cpp/scheme/scimpl_private.h +++ b/library/cpp/scheme/scimpl_private.h @@ -15,7 +15,7 @@ namespace NSc {          class TContextGuard : TNonCopyable {              using TElement = typename TContext::TElement;              using TTarget = typename TContext::TTarget; -            using TVectorType = TVector<TElement>;  +            using TVectorType = TVector<TElement>;          public:              TContextGuard(TContext& ctx, TTarget& target) @@ -35,7 +35,7 @@ namespace NSc {                  }              } -            const TVectorType& GetVector() const {  +            const TVectorType& GetVector() const {                  return Ctx.Vector;              } @@ -68,7 +68,7 @@ namespace NSc {                  Vector.reserve(64);              } -            TVector<TElement> Vector;  +            TVector<TElement> Vector;          };          class TKeySortContext: public TBasicContext<TStringBuf, const TDict> {  | 
