diff options
author | and42 <and42@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
commit | 4fc9a1a64db469cc94894abfec740aa5c9e9789b (patch) | |
tree | 525f0b4c196e68c46ae8411cddc11211ef5670c1 /library/cpp/dns/magic.cpp | |
parent | 287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d (diff) | |
download | ydb-4fc9a1a64db469cc94894abfec740aa5c9e9789b.tar.gz |
Restoring authorship annotation for <and42@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/dns/magic.cpp')
-rw-r--r-- | library/cpp/dns/magic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/dns/magic.cpp b/library/cpp/dns/magic.cpp index b93792146f..12b21d4156 100644 --- a/library/cpp/dns/magic.cpp +++ b/library/cpp/dns/magic.cpp @@ -2,7 +2,7 @@ #include <util/generic/yexception.h> -using namespace NDns; +using namespace NDns; namespace { namespace NX { @@ -21,7 +21,7 @@ namespace { } } -IErrorRef NDns::SaveError() { +IErrorRef NDns::SaveError() { using namespace NX; return new NX::TError(); |