summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-01-22 13:24:34 -0500
committerJackLivio <jack@livio.io>2019-01-22 13:24:34 -0500
commit9f48c541b2ffefb0c34aacc22075cab849dcaea4 (patch)
tree72ef434cf53f659afac8fe194b2baf986ca8877f
parentd67a37a5dedfe696dd4308fd0eb53ee48e15daf8 (diff)
downloadsdl_core-feature/cloud_app_connection_flow.tar.gz
-rw-r--r--src/components/connection_handler/src/connection_handler_impl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/connection_handler/src/connection_handler_impl.cc b/src/components/connection_handler/src/connection_handler_impl.cc
index 9060350c9b..9dc78613fc 100644
--- a/src/components/connection_handler/src/connection_handler_impl.cc
+++ b/src/components/connection_handler/src/connection_handler_impl.cc
@@ -1315,8 +1315,7 @@ void ConnectionHandlerImpl::ConnectToAllDevices() {
}
void ConnectionHandlerImpl::AddCloudAppDevice(
- const std::string& endpoint,
- const std::string& cloud_transport_type) {
+ const std::string& endpoint, const std::string& cloud_transport_type) {
transport_manager_.AddCloudDevice(endpoint, cloud_transport_type);
}