Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeoon committed Oct 10, 2023
1 parent 061411e commit b48e412
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/network/MissionControlProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ void MissionControlProtocol::handleCameraStreamCloseRequest(const json& j) {
}

void MissionControlProtocol::sendArmIKEnabledReport() {
json msg = {{"type", ARM_IK_ENABLED_REP_TYPE},
{"enabled", Globals::armIKEnabled}};
json msg = {{"type", ARM_IK_ENABLED_REP_TYPE}, {"enabled", Globals::armIKEnabled}};
this->_server.sendJSON(Constants::MC_PROTOCOL_NAME, msg);
}

Expand Down

0 comments on commit b48e412

Please sign in to comment.