Skip to content

Commit 5f3796d

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by clang-format
1 parent fe911c3 commit 5f3796d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controller/tests/data_model/TestRead.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2387,11 +2387,11 @@ TEST_F(TestRead, TestSubscribeFailed_OnActiveModeNotification)
23872387

23882388
GetLoopback().mNumMessagesToDrop = LoopbackTransport::kUnlimitedMessageCount;
23892389
GetIOContext().DriveIOUntil(System::Clock::Milliseconds32(3000),
2390-
[&]() { return callback.mOnResubscriptionsAttempted == 1; });
2390+
[&]() { return callback.mOnResubscriptionsAttempted == 1; });
23912391
EXPECT_EQ(callback.mOnSubscriptionEstablishedCount, 0);
23922392

23932393
GetIOContext().DriveIOUntil(System::Clock::Milliseconds32(3000),
2394-
[&]() { return callback.mOnResubscriptionsAttempted == 2; });
2394+
[&]() { return callback.mOnResubscriptionsAttempted == 2; });
23952395
EXPECT_EQ(callback.mOnSubscriptionEstablishedCount, 0);
23962396

23972397
GetLoopback().mNumMessagesToDrop = 0;

0 commit comments

Comments
 (0)