Skip to content

Commit 22623b6

Browse files
committed
Formatting fix.
1 parent 1f97ab0 commit 22623b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ConnectionState.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void ConnectionState::doWork() {
9292
// the queue is empty and not busy
9393
{
9494
std::unique_lock<std::mutex> g(workQueueMutex);
95-
workQueueConditionVariable.notify_all();
95+
workQueueConditionVariable.notify_all();
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)