| Index: runtime/vm/thread_pool.h
|
| diff --git a/runtime/vm/thread_pool.h b/runtime/vm/thread_pool.h
|
| index d9a4634f1e78154e4d5730216619f8d2494057a4..6fbe0d7bcc32d083982cd8a1d813159e9259dc2f 100644
|
| --- a/runtime/vm/thread_pool.h
|
| +++ b/runtime/vm/thread_pool.h
|
| @@ -93,8 +93,7 @@ class ThreadPool {
|
|
|
| class JoinList {
|
| public:
|
| - explicit JoinList(ThreadJoinId id, JoinList* next) : id_(id), next_(next) {
|
| - }
|
| + explicit JoinList(ThreadJoinId id, JoinList* next) : id_(id), next_(next) {}
|
|
|
| // The thread pool's mutex_ must be held when calling this.
|
| static void AddLocked(ThreadJoinId id, JoinList** list);
|
|
|