1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-01 06:41:36 +00:00

Removes non-idiomatic line break.

This commit is contained in:
Thomas Harte 2017-07-22 17:30:58 -04:00
parent 8755824c64
commit 825b38850e

View File

@ -26,7 +26,6 @@ namespace Concurrency {
causing it to block until all previously-enqueued functions are complete.
*/
class AsyncTaskQueue {
public:
AsyncTaskQueue();
~AsyncTaskQueue();