Skip to content

Commit 9f554a6

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by clang-format
1 parent a61b9f0 commit 9f554a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/fabric-admin/rpc/RpcServer.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ class FabricAdmin final : public rpc::FabricAdmin, public IcdManager::Delegate
157157
auto timeNowMs = System::SystemClock().GetMonotonicTimestamp();
158158
// Spec says we should expire the request 60 mins after we get it
159159
System::Clock::Timestamp expiryTimestamp = timeNowMs + System::Clock::Seconds64(60 * 60);
160-
KeepActiveDataForCheckIn checkInData = { .mStayActiveDurationMs = stayActiveDurationMs,
161-
.mRequestExpiryTimestamp = expiryTimestamp };
162-
mPendingCheckIn[nodeId] = checkInData;
160+
KeepActiveDataForCheckIn checkInData = { .mStayActiveDurationMs = stayActiveDurationMs,
161+
.mRequestExpiryTimestamp = expiryTimestamp };
162+
mPendingCheckIn[nodeId] = checkInData;
163163
}
164164

165165
private:

0 commit comments

Comments
 (0)