From 378ded23e69e0964b336e4f65006e1b33bb2cbd3 Mon Sep 17 00:00:00 2001 From: JackLivio Date: Wed, 24 Jul 2019 13:01:38 -0400 Subject: Fix style --- .../src/commands/mobile/unpublish_app_service_request.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc b/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc index e9048f5c83..2cb43bce07 100644 --- a/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc +++ b/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/commands/mobile/unpublish_app_service_request.cc @@ -65,10 +65,10 @@ void UnpublishAppServiceRequest::Run() { application_manager_.GetAppServiceManager().FindServiceByID(service_id); if (!service || service->connection_key != connection_key()) { - SendResponse( - false, - mobile_apis::Result::INVALID_ID, - "No app service with the requested service ID was published by this application"); + SendResponse(false, + mobile_apis::Result::INVALID_ID, + "No app service with the requested service ID was published " + "by this application"); return; } -- cgit v1.2.1