From fb504d20a529f4a8963779e9699407365784b534 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:52:10 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- src/software/ai/hl/stp/play/example/example_play.cpp | 2 +- src/software/ai/hl/stp/play/example/example_play_fsm.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/software/ai/hl/stp/play/example/example_play.cpp b/src/software/ai/hl/stp/play/example/example_play.cpp index 9fdcac08a4..ecece8d333 100644 --- a/src/software/ai/hl/stp/play/example/example_play.cpp +++ b/src/software/ai/hl/stp/play/example/example_play.cpp @@ -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{} { } diff --git a/src/software/ai/hl/stp/play/example/example_play_fsm.cpp b/src/software/ai/hl/stp/play/example/example_play_fsm.cpp index 01aef73add..3ab434698d 100644 --- a/src/software/ai/hl/stp/play/example/example_play_fsm.cpp +++ b/src/software/ai/hl/stp/play/example/example_play_fsm.cpp @@ -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}); -} \ No newline at end of file +}