From f234dfd8fbebe483298ee015214dcf8fbcd28342 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Fri, 14 Mar 2014 23:56:58 +0000 Subject: [PATCH] Breaking line --- util/env_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/env_test.cc b/util/env_test.cc index 8925864780..00d813fa48 100644 --- a/util/env_test.cc +++ b/util/env_test.cc @@ -182,7 +182,8 @@ TEST(EnvPosixTest, TwoPools) { } // Wait a short while for the jobs to be dispatched. Env::Default()->SleepForMicroseconds(kDelayMicros); - ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize), env_->GetThreadPoolQueueLen()); + ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize), + env_->GetThreadPoolQueueLen()); ASSERT_EQ((unsigned int)(kJobs - kLowPoolSize), env_->GetThreadPoolQueueLen(Env::Priority::LOW)); ASSERT_EQ((unsigned int)(kJobs - kHighPoolSize),