Skip to content

Commit 1682b12

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by clang-format
1 parent 09d2bbc commit 1682b12

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
@@ -1100,8 +1100,8 @@ TEST_F(TestICDManager, TestICDStateObserverOnTransitionToIdleModeGreaterActiveMo
11001100

11011101
// Set New durations for test case - ActiveModeDuration must be longuer than ICD_ACTIVE_TIME_JITTER_MS
11021102
Milliseconds32 oldActiveModeDuration = ICDConfigurationData::GetInstance().GetActiveModeDuration();
1103-
mICDManager.SetModeDurations(
1104-
MakeOptional<Milliseconds32>(Milliseconds32(200) + Milliseconds32(ICD_ACTIVE_TIME_JITTER_MS)), NullOptional);
1103+
mICDManager.SetModeDurations(MakeOptional<Milliseconds32>(Milliseconds32(200) + Milliseconds32(ICD_ACTIVE_TIME_JITTER_MS)),
1104+
NullOptional);
11051105

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

0 commit comments

Comments
 (0)