summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/vehicle_info_plugin
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-06-27 12:22:18 -0400
committerJackLivio <jack@livio.io>2018-06-27 12:22:18 -0400
commit9ed8912487bf294f5edd88d3320c8dbeed58f1a5 (patch)
tree136cc1b6a88ac997d207822f5bc7a11ffcc6f59c /src/components/application_manager/rpc_plugins/vehicle_info_plugin
parent84799f048f3c93dbcefb9466d0d4f1d6667d1aa5 (diff)
downloadsdl_core-9ed8912487bf294f5edd88d3320c8dbeed58f1a5.tar.gz
Fix Style
Diffstat (limited to 'src/components/application_manager/rpc_plugins/vehicle_info_plugin')
-rw-r--r--src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/commands/mobile/unsubscribe_vehicle_request_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/commands/mobile/unsubscribe_vehicle_request_test.cc b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/commands/mobile/unsubscribe_vehicle_request_test.cc
index 6a88812028..369a37e388 100644
--- a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/commands/mobile/unsubscribe_vehicle_request_test.cc
+++ b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/test/commands/mobile/unsubscribe_vehicle_request_test.cc
@@ -72,8 +72,8 @@ class UnsubscribeVehicleRequestTest
: mock_app_(CreateMockApp())
, vi_app_extension_ptr_(
utils::MakeShared<vehicle_info_plugin::VehicleInfoAppExtension>(
- vi_plugin_, *mock_app_))
- , app_set_lock_ptr_(std::make_shared<sync_primitives::Lock>()){}
+ vi_plugin_, *mock_app_))
+ , app_set_lock_ptr_(std::make_shared<sync_primitives::Lock>()) {}
protected:
void UnsubscribeSuccessfully();