| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,7 +63,7 @@ OccPluginServer::EventStream(grpc::ServerContext* context, | |||
| 63 | 63 | auto onDeviceStateChange = [&](fair::mq::PluginServices::DeviceState reachedState) { | |
| 64 | 64 | std::lock_guard<std::mutex> lock(writer_mu); | |
| 65 | 65 | auto state = fair::mq::PluginServices::ToStr(reachedState); | |
| 66 | - last_known_state = state | ||
| 66 | + last_known_state = state; | ||
| 67 | 67 | ||
| 68 | 68 | OLOG(debug) << "[EventStream] new state: " << state; | |
| 69 | 69 | ||
@@ -115,7 +115,7 @@ OccPluginServer::StateStream(grpc::ServerContext* context, | |||
| 115 | 115 | auto onDeviceStateChange = [&](fair::mq::PluginServices::DeviceState reachedState) { | |
| 116 | 116 | std::lock_guard<std::mutex> lock(writer_mu); | |
| 117 | 117 | auto state = fair::mq::PluginServices::ToStr(reachedState); | |
| 118 | - last_known_state = state | ||
| 118 | + last_known_state = state; | ||
| 119 | 119 | pb::StateType sType = isIntermediateFMQState(state) ? pb::STATE_INTERMEDIATE : pb::STATE_STABLE; | |
| 120 | 120 | ||
| 121 | 121 | pb::StateStreamReply response; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments