summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/on_sdl_consent_needed_notification.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/on_sdl_consent_needed_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/on_sdl_consent_needed_notification.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/application_manager/src/commands/hmi/on_sdl_consent_needed_notification.cc b/src/components/application_manager/src/commands/hmi/on_sdl_consent_needed_notification.cc
index b7e363798d..a9c36813f6 100644
--- a/src/components/application_manager/src/commands/hmi/on_sdl_consent_needed_notification.cc
+++ b/src/components/application_manager/src/commands/hmi/on_sdl_consent_needed_notification.cc
@@ -39,11 +39,9 @@ namespace commands {
OnSDLConsentNeededNotification::OnSDLConsentNeededNotification(
const MessageSharedPtr& message, ApplicationManager& application_manager)
- : NotificationToHMI(message, application_manager) {
-}
+ : NotificationToHMI(message, application_manager) {}
-OnSDLConsentNeededNotification::~OnSDLConsentNeededNotification() {
-}
+OnSDLConsentNeededNotification::~OnSDLConsentNeededNotification() {}
void OnSDLConsentNeededNotification::Run() {
LOG4CXX_AUTO_TRACE(logger_);
@@ -53,4 +51,3 @@ void OnSDLConsentNeededNotification::Run() {
} // namespace commands
} // namespace application_manager
-