diff options
author | timestep <[email protected]> | 2022-02-10 16:49:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:17 +0300 |
commit | 30f4921b0fa8722e5531e72cb40a93b526f6973a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/service | |
parent | 38b4bd28ca420294f532ac7ca6b2770d60e3dfd0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/service')
-rw-r--r-- | library/cpp/monlib/service/auth.cpp | 2 | ||||
-rw-r--r-- | library/cpp/monlib/service/pages/index_mon_page.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/monlib/service/auth.cpp b/library/cpp/monlib/service/auth.cpp index 2a068970eaa..ddabcfbbf74 100644 --- a/library/cpp/monlib/service/auth.cpp +++ b/library/cpp/monlib/service/auth.cpp @@ -15,7 +15,7 @@ namespace { } // namespace THolder<IAuthProvider> CreateFakeAuth() { - return MakeHolder<TFakeAuthProvider>(); + return MakeHolder<TFakeAuthProvider>(); } diff --git a/library/cpp/monlib/service/pages/index_mon_page.cpp b/library/cpp/monlib/service/pages/index_mon_page.cpp index 84d36d1be0d..83ff8b529ae 100644 --- a/library/cpp/monlib/service/pages/index_mon_page.cpp +++ b/library/cpp/monlib/service/pages/index_mon_page.cpp @@ -44,7 +44,7 @@ void TIndexMonPage::Output(IMonHttpRequest& request) { } } if (found) { - THolder<IMonHttpRequest> child(request.MakeChild(found.Get(), TString{pathInfo})); + THolder<IMonHttpRequest> child(request.MakeChild(found.Get(), TString{pathInfo})); found->Output(*child); } else { request.Output() << HTTPNOTFOUND; |