Skip to content

Commit f234dfd

Browse files
author
Caio SBA
committed
Breaking line
1 parent b9c78d2 commit f234dfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/env_test.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ TEST(EnvPosixTest, TwoPools) {
182182
}
183183
// Wait a short while for the jobs to be dispatched.
184184
Env::Default()->SleepForMicroseconds(kDelayMicros);
185-
ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize), env_->GetThreadPoolQueueLen());
185+
ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize),
186+
env_->GetThreadPoolQueueLen());
186187
ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize),
187188
env_->GetThreadPoolQueueLen(Env::Priority::LOW));
188189
ASSERT_EQ((unsigned int)(kJobs - kHighPoolSize),

0 commit comments

Comments
 (0)