summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc b/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc
index 3669159fb5..80a36129cf 100644
--- a/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc
+++ b/src/components/application_manager/src/commands/mobile/show_constant_tbt_response.cc
@@ -42,11 +42,9 @@ namespace commands {
ShowConstantTBTResponse::ShowConstantTBTResponse(
const MessageSharedPtr& message, ApplicationManager& application_manager)
- : CommandResponseImpl(message, application_manager) {
-}
+ : CommandResponseImpl(message, application_manager) {}
-ShowConstantTBTResponse::~ShowConstantTBTResponse() {
-}
+ShowConstantTBTResponse::~ShowConstantTBTResponse() {}
void ShowConstantTBTResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);