diff options
author | Ruslan Kovalev <[email protected]> | 2022-02-10 16:46:45 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:45 +0300 |
commit | 9123176b341b6f2658cff5132482b8237c1416c8 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/monlib | |
parent | 59e19371de37995fcb36beb16cd6ec030af960bc (diff) |
Restoring authorship annotation for Ruslan Kovalev <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib')
-rw-r--r-- | library/cpp/monlib/counters/counters.h | 2 | ||||
-rw-r--r-- | library/cpp/monlib/service/service.cpp | 2 | ||||
-rw-r--r-- | library/cpp/monlib/service/service.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/monlib/counters/counters.h b/library/cpp/monlib/counters/counters.h index 0ab41950811..038b55f0c87 100644 --- a/library/cpp/monlib/counters/counters.h +++ b/library/cpp/monlib/counters/counters.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/datetime/base.h> #include <util/generic/algorithm.h> diff --git a/library/cpp/monlib/service/service.cpp b/library/cpp/monlib/service/service.cpp index 50445f2e54a..929efbf8162 100644 --- a/library/cpp/monlib/service/service.cpp +++ b/library/cpp/monlib/service/service.cpp @@ -6,7 +6,7 @@ #include <library/cpp/http/fetch/httpfsm.h> #include <library/cpp/uri/http_url.h> -#include <util/generic/buffer.h> +#include <util/generic/buffer.h> #include <util/stream/str.h> #include <util/stream/buffer.h> #include <util/stream/zerocopy.h> diff --git a/library/cpp/monlib/service/service.h b/library/cpp/monlib/service/service.h index 42aed0d2fae..2f66dddaf87 100644 --- a/library/cpp/monlib/service/service.h +++ b/library/cpp/monlib/service/service.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <library/cpp/coroutine/engine/impl.h> #include <library/cpp/coroutine/listener/listen.h> |