diff --git a/bundle.json b/bundle.json index 06116c4..dfb82c2 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 afcf90a..41d3166 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);