Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and tcarmelveilleux committed Aug 30, 2024
1 parent 72e7d0e commit 2c1267e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void HandleSimulateSwitchIdle(Json::Value & jsonValue)
}

EndpointId endpointId = static_cast<EndpointId>(jsonValue["EndpointId"].asUInt());
(void)Switch::Attributes::CurrentPosition::Set(endpointId, 0);
(void) Switch::Attributes::CurrentPosition::Set(endpointId, 0);
}

void EmitOccupancyChangedEvent(EndpointId endpointId, uint8_t occupancyValue)
Expand Down

0 comments on commit 2c1267e

Please sign in to comment.