summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/app_launch
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/app_launch')
-rw-r--r--src/components/application_manager/src/app_launch/app_launch_data_json.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/src/app_launch/app_launch_data_json.cc b/src/components/application_manager/src/app_launch/app_launch_data_json.cc
index 99a6416a69..f7d24c26b1 100644
--- a/src/components/application_manager/src/app_launch/app_launch_data_json.cc
+++ b/src/components/application_manager/src/app_launch/app_launch_data_json.cc
@@ -43,8 +43,7 @@ CREATE_LOGGERPTR_GLOBAL(logger_, "AppLaunch")
AppLaunchDataJson::AppLaunchDataJson(const AppLaunchSettings& settings,
resumption::LastState& last_state)
- : AppLaunchDataImpl(settings)
- , last_state_(last_state) {}
+ : AppLaunchDataImpl(settings), last_state_(last_state) {}
AppLaunchDataJson::~AppLaunchDataJson() {}