summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-05-16 07:16:20 -0700
committerGitHub <noreply@github.com>2018-05-16 07:16:20 -0700
commit1fa0f493c60b09b90db55de7b16a86c7ba8c82d2 (patch)
tree207e657d1019c261c4be1c0e5b7e7f31ed9250e5
parent5b3764d30b66004c4716d44117dea7e7aa4ba119 (diff)
parent63349fe15538e3616484d3a7a96a5304cccb6047 (diff)
downloadsdl_core-1fa0f493c60b09b90db55de7b16a86c7ba8c82d2.tar.gz
Merge pull request #2188 from AByzhynar/fix/Fix_coding_style_issue
Fix coding style issue
-rw-r--r--src/components/application_manager/test/commands/mobile/slider_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/application_manager/test/commands/mobile/slider_test.cc b/src/components/application_manager/test/commands/mobile/slider_test.cc
index 107b124e8d..53764e3fcd 100644
--- a/src/components/application_manager/test/commands/mobile/slider_test.cc
+++ b/src/components/application_manager/test/commands/mobile/slider_test.cc
@@ -282,9 +282,8 @@ TEST_F(SliderRequestTest, OnEvent_UI_OnResetTimeout_UNSUCCESS) {
CommandPtr command(CreateCommand<SliderRequest>(msg_));
EXPECT_TRUE(command->Init());
- EXPECT_CALL(
- app_mngr_,
- updateRequestTimeout(kConnectionKey, kCorrelationId, _));
+ EXPECT_CALL(app_mngr_,
+ updateRequestTimeout(kConnectionKey, kCorrelationId, _));
Event event(hmi_apis::FunctionID::UI_OnResetTimeout);
event.set_smart_object(*msg_);