Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 10, 2023
1 parent 5e9bc27 commit 364fbca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/world_control/WorldControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ void WorldControl::LoadConfig(const tinyxml2::XMLElement *_pluginElem)
if (has)
{
auto startPaused = this->dataPtr->pause;
if (const auto *pausedElem = _pluginElem->FirstChildElement("start_paused"))
if (const auto *pausedElem =
_pluginElem->FirstChildElement("start_paused"))
{
pausedElem->QueryBoolText(&startPaused);
}
Expand Down

0 comments on commit 364fbca

Please sign in to comment.