summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc b/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc
index 8e77c98c4f..99506e6171 100644
--- a/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc
+++ b/src/components/application_manager/src/commands/hmi/on_vi_tire_pressure_notification.cc
@@ -39,11 +39,9 @@ namespace commands {
OnVITirePressureNotification::OnVITirePressureNotification(
const MessageSharedPtr& message, ApplicationManager& application_manager)
- : NotificationFromHMI(message, application_manager) {
-}
+ : NotificationFromHMI(message, application_manager) {}
-OnVITirePressureNotification::~OnVITirePressureNotification() {
-}
+OnVITirePressureNotification::~OnVITirePressureNotification() {}
void OnVITirePressureNotification::Run() {
LOG4CXX_AUTO_TRACE(logger_);
@@ -58,4 +56,3 @@ void OnVITirePressureNotification::Run() {
} // namespace commands
} // namespace application_manager
-