diff --git a/inc/MessageParser.hpp b/inc/MessageParser.hpp index b6f40d3df9d34a370a5cbdf153995e13f476e7b6..8afce35feeae7a703aaee8adf031f22dbb494bb6 100644 --- a/inc/MessageParser.hpp +++ b/inc/MessageParser.hpp @@ -20,7 +20,7 @@ public: * @todo Implement the execute() in the upcoming services or generally in the upcoming * activities */ - static void execute(Message &message); + static void execute(Message& message); /** * Parse a message that contains the CCSDS and ECSS packet headers, as well as the data diff --git a/lib/Catch2 b/lib/Catch2 index 62460fafe6b54c3173bc5cbc46d05a5f071017ff..d63307279412de3870cf97cc6802bae8ab36089e 160000 --- a/lib/Catch2 +++ b/lib/Catch2 @@ -1 +1 @@ -Subproject commit 62460fafe6b54c3173bc5cbc46d05a5f071017ff +Subproject commit d63307279412de3870cf97cc6802bae8ab36089e diff --git a/test/Services/EventActionService.cpp b/test/Services/EventActionService.cpp index 3e0ec21faab056d91b059875a41821894b6c0214..0e34be07b4d3497a289ec0abb0e9091ff8dbeab6 100644 --- a/test/Services/EventActionService.cpp +++ b/test/Services/EventActionService.cpp @@ -10,7 +10,6 @@ EventActionService & eventActionService = Services.eventAction; TEST_CASE("Add event-action definitions TC[19,1]", "[service][st19]") { - EventActionService & eventActionService = Services.eventAction; char checkstring[256]; Message message(19, 1, Message::TC, 0);