summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2020-12-09 14:45:40 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2020-12-09 14:45:40 -0500
commit77120181e8ac427588734c9d798ce392b1c3c0bc (patch)
treec93e3c60b7d6d44b381d5f1d820398ffc786523f
parent26ca4e31a31d89c6c28a47f1252237b029e62c6a (diff)
downloadsdl_core-fix/vehicle_data_params_omitted.tar.gz
-rw-r--r--src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/on_vehicle_data_notification.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/on_vehicle_data_notification.cc b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/on_vehicle_data_notification.cc
index cfa638de95..ef0f1614af 100644
--- a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/on_vehicle_data_notification.cc
+++ b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src/commands/mobile/on_vehicle_data_notification.cc
@@ -117,8 +117,7 @@ void OnVehicleDataNotification::Run() {
parameters_permissions_.undefined_params.empty()) {
SDL_LOG_DEBUG(
"No parameter permissions provided, all params are allowed");
- }
- else {
+ } else {
for (const auto& param : appSO[idx].enumerate()) {
const auto& allowed_params = params_permissions.allowed_params;
auto param_allowed = allowed_params.find(param);