diff options
author | renadeen <renadeen@yandex-team.ru> | 2022-02-10 16:50:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:48 +0300 |
commit | 000a0e5c3271c420cca3cdbe23f3c008f514bd90 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/misc/variant-inl.h | |
parent | 8e8d08ad14d2bf27a663f9a5ba0a058239942b62 (diff) | |
download | ydb-000a0e5c3271c420cca3cdbe23f3c008f514bd90.tar.gz |
Restoring authorship annotation for <renadeen@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/misc/variant-inl.h')
-rw-r--r-- | library/cpp/yt/misc/variant-inl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yt/misc/variant-inl.h b/library/cpp/yt/misc/variant-inl.h index a48ca5d1b9..fb7d98d4be 100644 --- a/library/cpp/yt/misc/variant-inl.h +++ b/library/cpp/yt/misc/variant-inl.h @@ -1,7 +1,7 @@ #ifndef VARIANT_INL_H_ #error "Direct inclusion of this file is not allowed, include variant.h" -// For the sake of sane code completion. -#include "variant.h" +// For the sake of sane code completion. +#include "variant.h" #endif #include <type_traits> |