diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp index 3f680a8bf5d2371c5d1f17d5fb2af59c052d0066..2bf3ba0c86fb107b1c99915f2b7b1266be4de564 100644 --- a/src/Services/EventActionService.cpp +++ b/src/Services/EventActionService.cpp @@ -223,4 +223,3 @@ void EventActionService::execute(const Message &message) { break; } } - diff --git a/src/Services/EventReportService.cpp b/src/Services/EventReportService.cpp index d036ba0a81054e2f468a71afef0230270c76d404..4d5f536cf1a4c534ab177fa6a2c4790b7d92d935 100644 --- a/src/Services/EventReportService.cpp +++ b/src/Services/EventReportService.cpp @@ -143,4 +143,4 @@ void EventReportService::execute(const Message &message) { ErrorHandler::reportInternalError(ErrorHandler::UnknownMessageType); break; } -} \ No newline at end of file +}