Skip to content

Commit

Permalink
issue-2732: fmt constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
vladstepanyuk committed Dec 25, 2024
1 parent 6774585 commit 2612c7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ class TChangeAgentStateActor final
////////////////////////////////////////////////////////////////////////////////

TChangeAgentStateActor::TChangeAgentStateActor(
const TActorId& owner,
ui64 tabletID,
TRequestInfoPtr requestInfo,
TString agentId,
NProto::EAgentState newState)
const TActorId& owner,
ui64 tabletID,
TRequestInfoPtr requestInfo,
TString agentId,
NProto::EAgentState newState)
: Owner(owner)
, TabletID(tabletID)
, RequestInfo(std::move(requestInfo))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ class TChangeDeviceStateActor final
////////////////////////////////////////////////////////////////////////////////

TChangeDeviceStateActor::TChangeDeviceStateActor(
const TActorId& owner,
ui64 tabletID,
TRequestInfoPtr requestInfo,
TString deviceId,
NProto::EDeviceState newState)
const TActorId& owner,
ui64 tabletID,
TRequestInfoPtr requestInfo,
TString deviceId,
NProto::EDeviceState newState)
: Owner(owner)
, TabletID(tabletID)
, RequestInfo(std::move(requestInfo))
Expand Down

0 comments on commit 2612c7c

Please sign in to comment.