summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Byzhynar <AByzhynar@luxoft.com>2018-05-16 11:13:30 +0300
committerAndriy Byzhynar <AByzhynar@luxoft.com>2018-05-16 11:13:30 +0300
commit63349fe15538e3616484d3a7a96a5304cccb6047 (patch)
tree207e657d1019c261c4be1c0e5b7e7f31ed9250e5
parent5b3764d30b66004c4716d44117dea7e7aa4ba119 (diff)
downloadsdl_core-63349fe15538e3616484d3a7a96a5304cccb6047.tar.gz
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_);