diff options
| author | gleb-kov <[email protected]> | 2022-02-10 16:46:22 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:22 +0300 | 
| commit | 918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/testing/unittest/gtest.cpp | |
| parent | 7b1cfa32681104c8468c5824c79fd80d9a88a579 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/unittest/gtest.cpp')
| -rw-r--r-- | library/cpp/testing/unittest/gtest.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/library/cpp/testing/unittest/gtest.cpp b/library/cpp/testing/unittest/gtest.cpp index 8be1164afee..ebad1ea4d67 100644 --- a/library/cpp/testing/unittest/gtest.cpp +++ b/library/cpp/testing/unittest/gtest.cpp @@ -3,7 +3,7 @@  #include <util/generic/map.h>  #include <util/generic/vector.h> -#include <util/system/type_name.h>  +#include <util/system/type_name.h>  using namespace NUnitTest;  using namespace NUnitTest::NPrivate; @@ -19,7 +19,7 @@ namespace {          }          TString TypeId() const override { -            return TypeName(*this) + "-" + MyName;  +            return TypeName(*this) + "-" + MyName;          }          TString Name() const noexcept override { | 
