Skip to content

Commit 654247b

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by clang-format
1 parent bf1773f commit 654247b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/icd/server/tests/TestICDManager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1090,8 +1090,8 @@ TEST_F(TestICDManager, TestICDStateObserverOnTransitionToIdleModeGreaterActiveMo
10901090
{
10911091
// Set New durations for test case - ActiveModeDuration must be longuer than ICD_ACTIVE_TIME_JITTER_MS
10921092
Milliseconds32 oldActiveModeDuration = ICDConfigurationData::GetInstance().GetActiveModeDuration();
1093-
mICDManager.SetModeDurations(
1094-
MakeOptional<Milliseconds32>(Milliseconds32(200) + Milliseconds32(ICD_ACTIVE_TIME_JITTER_MS)), NullOptional);
1093+
mICDManager.SetModeDurations(MakeOptional<Milliseconds32>(Milliseconds32(200) + Milliseconds32(ICD_ACTIVE_TIME_JITTER_MS)),
1094+
NullOptional);
10951095

10961096
// Advance clock just before IdleMode timer expires
10971097
AdvanceClockAndRunEventLoop(ICDConfigurationData::GetInstance().GetIdleModeDuration() - 1_s);

0 commit comments

Comments
 (0)