diff options
author | petrk <petrk@yandex-team.ru> | 2022-02-10 16:47:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:26 +0300 |
commit | 1fe4b402b38f476dbe36f650c3049c92ae496d38 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/scheme/fwd.h | |
parent | af66956edf116b93d5a07894ccb61dd4447d0b34 (diff) | |
download | ydb-1fe4b402b38f476dbe36f650c3049c92ae496d38.tar.gz |
Restoring authorship annotation for <petrk@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme/fwd.h')
-rw-r--r-- | library/cpp/scheme/fwd.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/scheme/fwd.h b/library/cpp/scheme/fwd.h index bc189708f7..975a034eb2 100644 --- a/library/cpp/scheme/fwd.h +++ b/library/cpp/scheme/fwd.h @@ -1,7 +1,7 @@ -#pragma once - -namespace NSc { - class TValue; - class TDict; - class TArray; -} +#pragma once + +namespace NSc { + class TValue; + class TDict; + class TArray; +} |