Skip to content

Commit 33ee14c

Browse files
author
Cynthia Jiang
committed
Update format
1 parent d2e1905 commit 33ee14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote_config/integration_test/src/integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ TEST_F(FirebaseRemoteConfigTest, TestFetchInterval) {
360360
RunWithRetry([](RemoteConfig* rc) { return rc->Fetch(); }, rc_),
361361
"Fetch"));
362362
EXPECT_EQ(current_fetch_time, rc_->GetInfo().fetch_time);
363-
#if !(TARGET_OS_IPHONE) // iOS failed to set configSettings
363+
#if !(TARGET_OS_IPHONE) // iOS failed to set configSettings
364364
// Update fetch interval to 0
365365
EXPECT_TRUE(WaitForCompletion(SetZeroIntervalConfigSettings(rc_),
366366
"SetZeroIntervalConfigSettings"));

0 commit comments

Comments
 (0)