From: Junghyun Yeon Date: Tue, 5 Nov 2019 11:40:05 +0000 (+0900) Subject: Fix coding rule X-Git-Tag: submit/tizen/20191112.050420~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5895bfffe699f27517cdd83201092bd48e8b05a;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Fix coding rule Change-Id: Ia7c301b2ada2c3528d270cc064c8e06e52d390db Signed-off-by: Junghyun Yeon --- diff --git a/src/unit_tests/recovery_test.cc b/src/unit_tests/recovery_test.cc index 54ca0fa..4fd4383 100644 --- a/src/unit_tests/recovery_test.cc +++ b/src/unit_tests/recovery_test.cc @@ -156,7 +156,8 @@ TEST_F(SmokeTest, RecoveryMode_Tpk_Update) { ASSERT_FALSE(recovery_file.empty()); ASSERT_EQ(backend.Recover(recovery_file), ci::AppInstaller::Result::OK); ASSERT_TRUE(ValidatePackage(pkgid, {appid, exec}, params)); - ASSERT_TRUE(ValidateFileContentInPackage(pkgid, "res/VERSION", "1\n", params)); + ASSERT_TRUE( + ValidateFileContentInPackage(pkgid, "res/VERSION", "1\n", params)); } else { std::cout << "update finished before process killed" << std::endl; }