diff options
author | msherbakov <msherbakov@yandex-team.ru> | 2022-02-10 16:49:16 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:16 +0300 |
commit | c224a621661ddd69699f9476922eb316607ef57e (patch) | |
tree | 33f4d878aa0a9faa964005e06bfab0272313aa71 /library/cpp/monlib/messagebus/mon_messagebus.h | |
parent | 29d0b2eeae154d04156e0698067c0c21a97ea61d (diff) | |
download | ydb-c224a621661ddd69699f9476922eb316607ef57e.tar.gz |
Restoring authorship annotation for <msherbakov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/messagebus/mon_messagebus.h')
-rw-r--r-- | library/cpp/monlib/messagebus/mon_messagebus.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/monlib/messagebus/mon_messagebus.h b/library/cpp/monlib/messagebus/mon_messagebus.h index e1fa73c69f..09b5226194 100644 --- a/library/cpp/monlib/messagebus/mon_messagebus.h +++ b/library/cpp/monlib/messagebus/mon_messagebus.h @@ -17,13 +17,13 @@ namespace NMonitoring { , Smth(smth) { } - void Output(NMonitoring::IMonHttpRequest& request) override { + void Output(NMonitoring::IMonHttpRequest& request) override { Y_UNUSED(request); - request.Output() << NMonitoring::HTTPOKHTML; - request.Output() << "<h2>" << Title << "</h2>"; - request.Output() << "<pre>"; - request.Output() << Smth->GetStatus(); - request.Output() << "</pre>"; + request.Output() << NMonitoring::HTTPOKHTML; + request.Output() << "<h2>" << Title << "</h2>"; + request.Output() << "<pre>"; + request.Output() << Smth->GetStatus(); + request.Output() << "</pre>"; } }; @@ -40,7 +40,7 @@ namespace NMonitoring { , BusWww(new NBus::TBusWww) { } - void Output(NMonitoring::IMonHttpRequest& request) override; + void Output(NMonitoring::IMonHttpRequest& request) override; }; } |