Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 11, 2024
1 parent b44573a commit fb504d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/software/ai/hl/stp/play/example/example_play.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "software/util/generic_factory/generic_factory.h"

ExamplePlay::ExamplePlay(TbotsProto::AiConfig config)
: Play(config, false), fsm{ExamplePlayFSM{}}, control_params{}
: Play(config, false), fsm{ExamplePlayFSM{}}, control_params{}
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/software/ai/hl/stp/play/example/example_play_fsm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ void ExamplePlayFSM::moveToPosition(const Update &event)
TacticVector result = {};
result.insert(result.end(), move_tactics.begin(), move_tactics.end());
event.common.set_tactics({result});
}
}

0 comments on commit fb504d2

Please sign in to comment.