summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/interconnect/interconnect_mon.cpp
diff options
context:
space:
mode:
authorddoarn <[email protected]>2022-02-10 16:49:52 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:52 +0300
commit0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (patch)
tree6d6a79d83e5003eaf4d45cac346113c1137cb886 /library/cpp/actors/interconnect/interconnect_mon.cpp
parent9541fc30d6f0877db9ff199a16f7fc2505d46a5c (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/interconnect/interconnect_mon.cpp')
-rw-r--r--library/cpp/actors/interconnect/interconnect_mon.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/actors/interconnect/interconnect_mon.cpp b/library/cpp/actors/interconnect/interconnect_mon.cpp
index cf924ccbf9d..75104af8de2 100644
--- a/library/cpp/actors/interconnect/interconnect_mon.cpp
+++ b/library/cpp/actors/interconnect/interconnect_mon.cpp
@@ -20,10 +20,10 @@ namespace NInterconnect {
ui32 PendingReplies = 0;
public:
- static constexpr IActor::EActorActivity ActorActivityType() {
- return INTERCONNECT_MONACTOR;
- }
-
+ static constexpr IActor::EActorActivity ActorActivityType() {
+ return INTERCONNECT_MONACTOR;
+ }
+
TQueryProcessor(const TActorId& sender, bool json)
: Sender(sender)
, Json(json)
@@ -186,10 +186,10 @@ namespace NInterconnect {
TIntrusivePtr<TInterconnectProxyCommon> Common;
public:
- static constexpr IActor::EActorActivity ActorActivityType() {
- return INTERCONNECT_MONACTOR;
- }
-
+ static constexpr IActor::EActorActivity ActorActivityType() {
+ return INTERCONNECT_MONACTOR;
+ }
+
TInterconnectMonActor(TIntrusivePtr<TInterconnectProxyCommon> common)
: TActor(&TThis::StateFunc)
, Common(std::move(common))