diff --git a/bundle.json b/bundle.json index 06116c42cfa9a26e198197140ac074cd25598307..dfb82c2901b8f7ef10183a16c5a4db8c693dcea6 100644 --- a/bundle.json +++ b/bundle.json @@ -14,7 +14,9 @@ "subsystem": "resourceschedule", "syscap": [], "features": [], - "adapted_system_type": ["standard"], + "adapted_system_type": [ + "standard" + ], "rom": "2048KB", "ram": "10240KB", "deps": { @@ -81,4 +83,4 @@ ] } } -} +} \ No newline at end of file diff --git a/test/unittest/phone/rtg_interface_test.cpp b/test/unittest/phone/rtg_interface_test.cpp index afcf90a7a9e6c3493f86ebc70cd39b933e75af5b..41d31669a678f67be871854746bd077c81cd394a 100644 --- a/test/unittest/phone/rtg_interface_test.cpp +++ b/test/unittest/phone/rtg_interface_test.cpp @@ -75,7 +75,7 @@ HWTEST_F(RtgInterfaceTest, RtgInterfaceCreateAndDestroy, TestSize.Level1) { int ret; int grpId; - grpId = grpId = IntelliSenseServer::GetInstance().CreateNewRtgGrp(NORMAL_TASK, 0); + grpId = IntelliSenseServer::GetInstance().CreateNewRtgGrp(NORMAL_TASK, 0); EXPECT_GT(grpId, 0); ret = DestroyRtgGrp(grpId); EXPECT_EQ(ret, 0);