From 02abcefd0946062773bb4c1030a1ae3879f79d34 Mon Sep 17 00:00:00 2001 From: hiluluk <thodkatz@gmail.com> Date: Thu, 4 Apr 2019 20:01:24 +0300 Subject: [PATCH] FIx vera --- src/Services/EventActionService.cpp | 1 - src/Services/EventReportService.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp index 3f680a8b..2bf3ba0c 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 d036ba0a..4d5f536c 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 +} -- GitLab