Skip to content

Commit 07b5a6e

Browse files
author
Raghuveer Devulapalli
committed
fix lint error
1 parent a6ac4df commit 07b5a6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xss-thread-pool.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class ThreadPool {
110110
if (tasks.empty() && active_tasks == 0) { done_condition.notify_all(); }
111111
// lock is automatically released here
112112
}
113-
114113
};
115114

116115
// Wrapper for submitting tasks to the thread pool with automatic tracking

0 commit comments

Comments
 (0)